Status: Pass 294 Failure 4 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVolumeBootPattern) |
fail
ft1.1: tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 587, in clear_creds
self._clear_isolated_net_resources()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 577, in _clear_isolated_net_resources
self._clear_isolated_subnet(creds.subnet['id'],
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 540, in _clear_isolated_subnet
client.delete_subnet(subnet_id)
File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet c7adf9cc-36f9-4267-ae3a-c43d8b5f6861: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt2.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] |
fail
ft2.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 14:04:14,965 106048 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-18 14:04:14,965 106048 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-18 14:04:15,000 106048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.197/compute/v2.1/os-keypairs 0.035s
2026-06-18 14:04:15,000 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-750003728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJD0+dOpXo1jXJD1nNFwMM8Exd1K0gO95BHSCo0wcIB/sYEQS6G/lD2xjuC4j02oRAzFJpkoAwxFuNJn0KU0iGfyiJheCMiodMhzJVoz/9Ifb0QhJ0bDFXImBvgakgF95g=="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:14 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-6f1a2fec-d835-45ad-93f4-c9fda454643d', 'x-compute-request-id': 'req-6f1a2fec-d835-45ad-93f4-c9fda454643d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-750003728", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJD0+dOpXo1jXJD1nNFwMM8Exd1K0gO95BHSCo0wcIB/sYEQS6G/lD2xjuC4j02oRAzFJpkoAwxFuNJn0KU0iGfyiJheCMiodMhzJVoz/9Ifb0QhJ0bDFXImBvgakgF95g==", "fingerprint": "4f:05:27:49:2c:5f:1c:da:13:5b:b9:40:20:c3:59:d2", "user_id": "69ecfc022def4ab3ab9c868a8e509673"}}'
2026-06-18 14:04:15,001 106048 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-750003728 created
2026-06-18 14:04:15,182 106048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/security-groups 0.180s
2026-06-18 14:04:15,182 106048 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--1879445247", "description": "tempest-description--1970557177"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-cda17126-f32d-4feb-a2e6-aa15ad32fd00', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "name": "tempest-securitygroup--1879445247", "stateful": true, "tenant_id": "3bcb137554bc449b95f4a77859c452e3", "project_id": "3bcb137554bc449b95f4a77859c452e3", "description": "tempest-description--1970557177", "shared": false, "security_group_rules": [{"id": "69bef274-a4cb-4f6e-a049-a67710de641d", "project_id": "3bcb137554bc449b95f4a77859c452e3", "security_group_id": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "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": 1404, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T14:04:15Z", "updated_at": "2026-06-18T14:04:15Z", "revision_number": 0, "tenant_id": "3bcb137554bc449b95f4a77859c452e3"}, {"id": "e00a4c1f-f135-45d5-b391-8f390f1b1cb6", "project_id": "3bcb137554bc449b95f4a77859c452e3", "security_group_id": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "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": 1405, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T14:04:15Z", "updated_at": "2026-06-18T14:04:15Z", "revision_number": 0, "tenant_id": "3bcb137554bc449b95f4a77859c452e3"}], "tags": [], "created_at": "2026-06-18T14:04:15Z", "updated_at": "2026-06-18T14:04:15Z", "revision_number": 1}}'
2026-06-18 14:04:15,310 106048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/security-group-rules 0.128s
2026-06-18 14:04:15,311 106048 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": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-82a61c88-9079-41b0-9631-9879be55fbde', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "64b728f6-2c04-486e-9afa-9515d0fde256", "project_id": "3bcb137554bc449b95f4a77859c452e3", "security_group_id": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T14:04:15Z", "updated_at": "2026-06-18T14:04:15Z", "revision_number": 0, "tenant_id": "3bcb137554bc449b95f4a77859c452e3"}}'
2026-06-18 14:04:15,435 106048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/security-group-rules 0.124s
2026-06-18 14:04:15,436 106048 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": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-20a4acf2-28a5-4de8-8f3c-5b70c4e96c22', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6c94050e-196c-4a05-be6d-a7222362ffa9", "project_id": "3bcb137554bc449b95f4a77859c452e3", "security_group_id": "bc546a6b-f648-4369-b6ec-c23695bfcddc", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T14:04:15Z", "updated_at": "2026-06-18T14:04:15Z", "revision_number": 0, "tenant_id": "3bcb137554bc449b95f4a77859c452e3"}}'
2026-06-18 14:04:15,436 106048 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1879445247 created
2026-06-18 14:04:15,935 106048 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/floatingips 0.498s
2026-06-18 14:04:15,935 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f1d068e5-4e09-4515-adad-45f21d45e069', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "36295c9c-70cb-4a82-8b28-89219919fa68", "tenant_id": "3bcb137554bc449b95f4a77859c452e3", "project_id": "3bcb137554bc449b95f4a77859c452e3", "floating_ip_address": "172.24.5.156", "floating_network_id": "c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T14:04:15Z", "updated_at": "2026-06-18T14:04:15Z", "revision_number": 0}}'
2026-06-18 14:04:15,935 106048 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '36295c9c-70cb-4a82-8b28-89219919fa68', 'tenant_id': '3bcb137554bc449b95f4a77859c452e3', 'project_id': '3bcb137554bc449b95f4a77859c452e3', 'floating_ip_address': '172.24.5.156', 'floating_network_id': 'c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T14:04:15Z', 'updated_at': '2026-06-18T14:04:15Z', 'revision_number': 0, 'ip': '172.24.5.156'} created
2026-06-18 14:04:16,043 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST https://10.4.3.197/identity/v3/auth/tokens 0.103s
2026-06-18 14:04:16,043 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2944', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b48b7a62-1c86-493c-81b2-4c77621f4323', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "69ecfc022def4ab3ab9c868a8e509673", "name": "tempest-AttachVolumeNegativeTest-1977948504-project-member", "password_expires_at": null}, "audit_ids": ["9JdseqxRQt2rPHULT15WLg"], "expires_at": "2026-06-18T15:04:15.000000Z", "issued_at": "2026-06-18T14:04:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bcb137554bc449b95f4a77859c452e3", "name": "tempest-AttachVolumeNegativeTest-1977948504"}, "is_domain": false, "roles": [{"id": "4559376e19534e998dbf83015e5e229d", "name": "reader"}, {"id": "461d1ea06adb452782e11217cdd31914", "name": "member"}], "catalog": [{"endpoints": [{"id": "65fdf9af79bd406eb9bd5991c6bec7a4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/compute/v2.1", "region": "RegionOne"}], "id": "34fa0a1d0d9444f58185d6c81aecfb96", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c6af9481f2dc49b490424241942e31c4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/volume/v3", "region": "RegionOne"}], "id": "4d2d3f274c754a588aebdad7e75b0d1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24b8b0b855f640c6bc8beb1287c5e256", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.197:8080", "region": "RegionOne"}, {"id": "d556dcf7be604962aad2206f6810efc9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197:8080/v1/AUTH_3bcb137554bc449b95f4a77859c452e3", "region": "RegionOne"}], "id": "73bf840db7f64ec8a1be683c18c8d614", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "399276f52faa4f608474ab073b3d3849", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/placement", "region": "RegionOne"}], "id": "8e7448e68daf4c6c81a2ee7f2e9ca407", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3961a505cb424965bc7ab17a101d8ac9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/compute/v2/3bcb137554bc449b95f4a77859c452e3", "region": "RegionOne"}], "id": "a5718fd2068949acb5e7d3616282bd57", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5a478b9d31274418bd63a3786df388c8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/identity", "region": "RegionOne"}], "id": "b41d41a44e5e4d9bb71ab0f80c29ed4f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "a7efc8ed10b4426a892fe01f558b2576", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/image", "region": "RegionOne"}], "id": "e476e1684e864c938f23e1e479e8101a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "38921a5c0b274e2f976ebb7110e9b152", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/networking", "region": "RegionOne"}], "id": "eb282fde68384f7eaadf70066f6aa0f2", "type": "network", "name": "neutron"}]}}'
2026-06-18 14:04:16,043 106048 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '12f29ee9-b358-4707-948f-d5b7e16ef13e', 'name': 'tempest-AttachVolumeNegativeTest-1552228186-network', 'tenant_id': '3bcb137554bc449b95f4a77859c452e3', 'project_id': '3bcb137554bc449b95f4a77859c452e3', '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': 12771, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-18T14:01:54Z', 'updated_at': '2026-06-18T14:01:54Z', 'revision_number': 1} available for tenant
2026-06-18 14:04:16,044 106048 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-750003728', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJD0+dOpXo1jXJD1nNFwMM8Exd1K0gO95BHSCo0wcIB/sYEQS6G/lD2xjuC4j02oRAzFJpkoAwxFuNJn0KU0iGfyiJheCMiodMhzJVoz/9Ifb0QhJ0bDFXImBvgakgF95g==', 'fingerprint': '4f:05:27:49:2c:5f:1c:da:13:5b:b9:40:20:c3:59:d2', 'user_id': '69ecfc022def4ab3ab9c868a8e509673', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAK9r4i5B9XcU6D6dzh8aw8emfOMBb2A6IeFp/zsXgg2UFah/PT/ghB\nRTjcY6FWCp+gBwYFK4EEACKhZANiAASQ9PnTqV6NY1yQ9ZzRcDDPBMXdStIDveQR\n0gqNMHCAf7GBEEuhv5Q9sY7guI9NqEQMxSaZKAMMRbjSZ9ClNIhn8oiYXgjIqHTI\ncyVaM//SH29EISdGwxVyJgb4GpIBfeY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bc546a6b-f648-4369-b6ec-c23695bfcddc', 'name': 'tempest-securitygroup--1879445247', 'stateful': True, 'tenant_id': '3bcb137554bc449b95f4a77859c452e3', 'project_id': '3bcb137554bc449b95f4a77859c452e3', 'description': 'tempest-description--1970557177', 'shared': False, 'security_group_rules': [{'id': '69bef274-a4cb-4f6e-a049-a67710de641d', 'project_id': '3bcb137554bc449b95f4a77859c452e3', 'security_group_id': 'bc546a6b-f648-4369-b6ec-c23695bfcddc', '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': 1404, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T14:04:15Z', 'updated_at': '2026-06-18T14:04:15Z', 'revision_number': 0, 'tenant_id': '3bcb137554bc449b95f4a77859c452e3'}, {'id': 'e00a4c1f-f135-45d5-b391-8f390f1b1cb6', 'project_id': '3bcb137554bc449b95f4a77859c452e3', 'security_group_id': 'bc546a6b-f648-4369-b6ec-c23695bfcddc', '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': 1405, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T14:04:15Z', 'updated_at': '2026-06-18T14:04:15Z', 'revision_number': 0, 'tenant_id': '3bcb137554bc449b95f4a77859c452e3'}], 'tags': [], 'created_at': '2026-06-18T14:04:15Z', 'updated_at': '2026-06-18T14:04:15Z', 'revision_number': 1}, 'floating_ip': {'id': '36295c9c-70cb-4a82-8b28-89219919fa68', 'tenant_id': '3bcb137554bc449b95f4a77859c452e3', 'project_id': '3bcb137554bc449b95f4a77859c452e3', 'floating_ip_address': '172.24.5.156', 'floating_network_id': 'c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T14:04:15Z', 'updated_at': '2026-06-18T14:04:15Z', 'revision_number': 0, 'ip': '172.24.5.156'}}
2026-06-18 14:04:16,656 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST https://10.4.3.197/compute/v2.1/servers 0.612s
2026-06-18 14:04:16,656 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-826316406", "imageRef": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "12f29ee9-b358-4707-948f-d5b7e16ef13e"}], "security_groups": [{"name": "tempest-securitygroup--1879445247"}], "key_name": "tempest-keypair-750003728", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'location': 'https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eda17668-f8a1-4e4a-ad8e-51cdcaee02f7', 'x-compute-request-id': 'req-eda17668-f8a1-4e4a-ad8e-51cdcaee02f7', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/compute/v2.1/servers'}
Body: b'{"server": {"id": "533479e5-68b2-45d7-bf38-c16cb67c3ba2", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1879445247"}], "adminPass": "password"}}'
2026-06-18 14:04:16,730 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2 0.072s
2026-06-18 14:04:16,730 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e8e348d-3fab-438d-a452-34bb984ccb27', 'x-compute-request-id': 'req-5e8e348d-3fab-438d-a452-34bb984ccb27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "533479e5-68b2-45d7-bf38-c16cb67c3ba2", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2"}], "metadata": {}, "name": "tempest-AttachVolumeNegativeTest-server-826316406", "status": "BUILD", "tenant_id": "3bcb137554bc449b95f4a77859c452e3", "user_id": "69ecfc022def4ab3ab9c868a8e509673", "updated": "2026-06-18T14:04:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-750003728", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:04:17,858 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2 0.122s
2026-06-18 14:04:17,858 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99600e8c-045b-49a8-bcfa-32b434eab117', 'x-compute-request-id': 'req-99600e8c-045b-49a8-bcfa-32b434eab117', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:16Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "533479e5-68b2-45d7-bf38-c16cb67c3ba2", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2"}], "metadata": {}, "name": "tempest-AttachVolumeNegativeTest-server-826316406", "status": "BUILD", "tenant_id": "3bcb137554bc449b95f4a77859c452e3", "user_id": "69ecfc022def4ab3ab9c868a8e509673", "updated": "2026-06-18T14:04:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-750003728", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:04:18,935 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 GET https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2 0.066s
2026-06-18 14:04:18,936 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 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': '147', 'x-openstack-request-id': 'req-0f4c94e9-f217-4d0c-adc3-d00f218e74ec', 'x-compute-request-id': 'req-0f4c94e9-f217-4d0c-adc3-d00f218e74ec', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:18,984 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 DELETE https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2 0.048s
2026-06-18 14:04:18,984 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 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': '147', 'x-openstack-request-id': 'req-e007342f-0729-4a1b-a955-720361dbfe03', 'x-compute-request-id': 'req-e007342f-0729-4a1b-a955-720361dbfe03', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:18,985 106048 ERROR [tempest.common.compute] Deleting server 533479e5-68b2-45d7-bf38-c16cb67c3ba2 failed
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:18.985 106048 ERROR tempest.common.compute
2026-06-18 14:04:19,063 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 GET https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2 0.074s
2026-06-18 14:04:19,063 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 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': '147', 'x-openstack-request-id': 'req-838e3f96-1ab2-4953-9639-3c407a862796', 'x-compute-request-id': 'req-838e3f96-1ab2-4953-9639-3c407a862796', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/533479e5-68b2-45d7-bf38-c16cb67c3ba2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:19,064 106048 ERROR [tempest.common.compute] Server 533479e5-68b2-45d7-bf38-c16cb67c3ba2 failed to delete in time
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:19.064 106048 ERROR tempest.common.compute
2026-06-18 14:04:19,140 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 500 DELETE https://10.4.3.197/compute/v2.1/os-keypairs/tempest-keypair-750003728 0.073s
2026-06-18 14:04:19,140 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:19 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': '147', 'x-openstack-request-id': 'req-de7bbd7a-cb1e-4550-bc00-14aa0423bc15', 'x-compute-request-id': 'req-de7bbd7a-cb1e-4550-bc00-14aa0423bc15', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/os-keypairs/tempest-keypair-750003728'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:19,140 106048 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-750003728
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:19.140 106048 ERROR tempest.lib.common.validation_resources
2026-06-18 14:04:22,649 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE https://10.4.3.197/networking/v2.0/security-groups/bc546a6b-f648-4369-b6ec-c23695bfcddc 3.507s
2026-06-18 14:04:22,650 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b042370f-28f9-4fb2-8fd9-92f54ef721b9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.197/networking/v2.0/security-groups/bc546a6b-f648-4369-b6ec-c23695bfcddc'}
Body: b''
2026-06-18 14:04:22,715 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET https://10.4.3.197/networking/v2.0/security-groups/bc546a6b-f648-4369-b6ec-c23695bfcddc 0.065s
2026-06-18 14:04:22,715 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c79509f8-14d8-4a85-a420-a81dfe4632cf', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.197/networking/v2.0/security-groups/bc546a6b-f648-4369-b6ec-c23695bfcddc'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bc546a6b-f648-4369-b6ec-c23695bfcddc does not exist", "detail": ""}}'
2026-06-18 14:04:22,982 106048 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE https://10.4.3.197/networking/v2.0/floatingips/36295c9c-70cb-4a82-8b28-89219919fa68 0.266s
2026-06-18 14:04:22,982 106048 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-2d0acb88-4624-4bca-a8b2-ede4a87f2dfb', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.197/networking/v2.0/floatingips/36295c9c-70cb-4a82-8b28-89219919fa68'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/fixture.py", line 162, in cleanUp
return self._cleanups(raise_errors=raise_first) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 121, in __call__
raise exc.with_traceback(error[2])
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 113, in __call__
cleanup(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
keypair_client.delete_keypair(keypair_name)
File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt2.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| 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
pt3.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
pt3.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
ft3.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 14:06:09,988 106050 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1801570085 on backend None
2026-06-18 14:06:10,018 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.197/volume/v3/types 0.030s
2026-06-18 14:06:10,018 106050 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-1801570085", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c2eee3-406f-4975-8362-43c7f0a2a234', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c2eee3-406f-4975-8362-43c7f0a2a234', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/types'}
Body: b'{"volume_type": {"id": "cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1", "name": "tempest-scenario-type-luksv2-1801570085", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 14:06:10,020 106050 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1
2026-06-18 14:06:10,047 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.197/volume/v3/types/cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1/encryption 0.027s
2026-06-18 14:06:10,047 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7d9d7f7-9db7-4820-ba44-63c387840ed6', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7d9d7f7-9db7-4820-ba44-63c387840ed6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/types/cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1", "encryption_id": "77d1b9e4-1d8c-49f0-9597-ce4488b6907a"}}'
2026-06-18 14:06:10,207 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.197/volume/v3/volumes 0.158s
2026-06-18 14:06:10,207 106050 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-1726519287", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ff29ea-4865-4a24-8462-1f509ffca030', 'content-length': '787', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ff29ea-4865-4a24-8462-1f509ffca030', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/volume/v3/volumes'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.155041", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 14:06:10,327 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.197/identity/v3/auth/tokens 0.111s
2026-06-18 14:06:10,327 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 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-9978c350-1a1a-4c22-8687-7eff2cfe8f37', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9f77997323554aa69d587be7769b2d16", "name": "tempest-TestEncryptedCinderVolumes-2083262522-project-member", "password_expires_at": null}, "audit_ids": ["9zT4HsKkSLu_1paqN9iNuQ"], "expires_at": "2026-06-18T15:06:10.000000Z", "issued_at": "2026-06-18T14:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aa3c8624b3104d21b864985b794c88ca", "name": "tempest-TestEncryptedCinderVolumes-2083262522"}, "is_domain": false, "roles": [{"id": "4559376e19534e998dbf83015e5e229d", "name": "reader"}, {"id": "461d1ea06adb452782e11217cdd31914", "name": "member"}], "catalog": [{"endpoints": [{"id": "65fdf9af79bd406eb9bd5991c6bec7a4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/compute/v2.1", "region": "RegionOne"}], "id": "34fa0a1d0d9444f58185d6c81aecfb96", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c6af9481f2dc49b490424241942e31c4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/volume/v3", "region": "RegionOne"}], "id": "4d2d3f274c754a588aebdad7e75b0d1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24b8b0b855f640c6bc8beb1287c5e256", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.197:8080", "region": "RegionOne"}, {"id": "d556dcf7be604962aad2206f6810efc9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197:8080/v1/AUTH_aa3c8624b3104d21b864985b794c88ca", "region": "RegionOne"}], "id": "73bf840db7f64ec8a1be683c18c8d614", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "399276f52faa4f608474ab073b3d3849", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/placement", "region": "RegionOne"}], "id": "8e7448e68daf4c6c81a2ee7f2e9ca407", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3961a505cb424965bc7ab17a101d8ac9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/compute/v2/aa3c8624b3104d21b864985b794c88ca", "region": "RegionOne"}], "id": "a5718fd2068949acb5e7d3616282bd57", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5a478b9d31274418bd63a3786df388c8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/identity", "region": "RegionOne"}], "id": "b41d41a44e5e4d9bb71ab0f80c29ed4f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "a7efc8ed10b4426a892fe01f558b2576", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/image", "region": "RegionOne"}], "id": "e476e1684e864c938f23e1e479e8101a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "38921a5c0b274e2f976ebb7110e9b152", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/networking", "region": "RegionOne"}], "id": "eb282fde68384f7eaadf70066f6aa0f2", "type": "network", "name": "neutron"}]}}'
2026-06-18 14:06:10,328 106050 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '033dc300-852b-441c-b7c3-a98f34601d6f', 'name': 'tempest-TestEncryptedCinderVolumes-654480950-network', 'tenant_id': 'aa3c8624b3104d21b864985b794c88ca', 'project_id': 'aa3c8624b3104d21b864985b794c88ca', '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': 30828, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-18T14:03:24Z', 'updated_at': '2026-06-18T14:03:24Z', 'revision_number': 1} available for tenant
2026-06-18 14:06:10,328 106050 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-18 14:06:10,328 106050 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-18 14:06:10,389 106050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.197/compute/v2.1/os-keypairs 0.059s
2026-06-18 14:06:10,389 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1918683201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJDcLeTb4pKw4ZnX2OsvCof5nEXvcuRb0275ey+reKGPJ8pU2llwA8gt70soLFLOlBdAXIamgXlw6NyPqmty2Px7BNXA32OJKJnRlTVoO8jQYmrvh/xmDtd2W44DzTd3zw=="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cddbb11-31a9-458d-ac6e-68645d0e587c', 'x-compute-request-id': 'req-9cddbb11-31a9-458d-ac6e-68645d0e587c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1918683201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJDcLeTb4pKw4ZnX2OsvCof5nEXvcuRb0275ey+reKGPJ8pU2llwA8gt70soLFLOlBdAXIamgXlw6NyPqmty2Px7BNXA32OJKJnRlTVoO8jQYmrvh/xmDtd2W44DzTd3zw==", "fingerprint": "2f:20:b4:99:12:1f:7c:7d:c2:2d:b5:46:6d:2e:7f:de", "user_id": "9f77997323554aa69d587be7769b2d16"}}'
2026-06-18 14:06:10,390 106050 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1918683201 created
2026-06-18 14:06:10,546 106050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/security-groups 0.155s
2026-06-18 14:06:10,546 106050 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--1011139902", "description": "tempest-description--1521595304"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-be4238ac-bb99-46ff-8a8b-8824974533ab', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "f7659df9-0106-4f00-9bfd-c314f32e650d", "name": "tempest-securitygroup--1011139902", "stateful": true, "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "project_id": "aa3c8624b3104d21b864985b794c88ca", "description": "tempest-description--1521595304", "shared": false, "security_group_rules": [{"id": "47a93a04-de3c-40fa-a891-3bafccba2e65", "project_id": "aa3c8624b3104d21b864985b794c88ca", "security_group_id": "f7659df9-0106-4f00-9bfd-c314f32e650d", "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": 1538, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T14:06:10Z", "updated_at": "2026-06-18T14:06:10Z", "revision_number": 0, "tenant_id": "aa3c8624b3104d21b864985b794c88ca"}, {"id": "7fb5fa7d-d967-49cb-9635-86e138acca3f", "project_id": "aa3c8624b3104d21b864985b794c88ca", "security_group_id": "f7659df9-0106-4f00-9bfd-c314f32e650d", "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": 1537, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T14:06:10Z", "updated_at": "2026-06-18T14:06:10Z", "revision_number": 0, "tenant_id": "aa3c8624b3104d21b864985b794c88ca"}], "tags": [], "created_at": "2026-06-18T14:06:10Z", "updated_at": "2026-06-18T14:06:10Z", "revision_number": 1}}'
2026-06-18 14:06:10,718 106050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/security-group-rules 0.172s
2026-06-18 14:06:10,718 106050 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": "f7659df9-0106-4f00-9bfd-c314f32e650d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ec38bcd1-7260-45d3-a32d-fff0e3397a31', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6e97dda5-d2df-421b-b09d-46c8ffe8a5f4", "project_id": "aa3c8624b3104d21b864985b794c88ca", "security_group_id": "f7659df9-0106-4f00-9bfd-c314f32e650d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T14:06:10Z", "updated_at": "2026-06-18T14:06:10Z", "revision_number": 0, "tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:06:10,915 106050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/security-group-rules 0.196s
2026-06-18 14:06:10,916 106050 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": "f7659df9-0106-4f00-9bfd-c314f32e650d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b25c58fd-f03e-4f41-8d32-0376f32d6837', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a0b3b261-2e78-441d-b98a-d7f06f21310d", "project_id": "aa3c8624b3104d21b864985b794c88ca", "security_group_id": "f7659df9-0106-4f00-9bfd-c314f32e650d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T14:06:10Z", "updated_at": "2026-06-18T14:06:10Z", "revision_number": 0, "tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:06:10,916 106050 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1011139902 created
2026-06-18 14:06:11,476 106050 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.197/networking/v2.0/floatingips 0.560s
2026-06-18 14:06:11,476 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-afa7759f-cc50-421e-b8a7-3c4c4552b85a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "5d8955cc-6260-44fb-ba04-686fcec939b2", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "project_id": "aa3c8624b3104d21b864985b794c88ca", "floating_ip_address": "172.24.5.109", "floating_network_id": "c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T14:06:11Z", "updated_at": "2026-06-18T14:06:11Z", "revision_number": 0}}'
2026-06-18 14:06:11,476 106050 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5d8955cc-6260-44fb-ba04-686fcec939b2', 'tenant_id': 'aa3c8624b3104d21b864985b794c88ca', 'project_id': 'aa3c8624b3104d21b864985b794c88ca', 'floating_ip_address': '172.24.5.109', 'floating_network_id': 'c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T14:06:11Z', 'updated_at': '2026-06-18T14:06:11Z', 'revision_number': 0, 'ip': '172.24.5.109'} created
2026-06-18 14:06:11,476 106050 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1918683201', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJDcLeTb4pKw4ZnX2OsvCof5nEXvcuRb0275ey+reKGPJ8pU2llwA8gt70soLFLOlBdAXIamgXlw6NyPqmty2Px7BNXA32OJKJnRlTVoO8jQYmrvh/xmDtd2W44DzTd3zw==', 'fingerprint': '2f:20:b4:99:12:1f:7c:7d:c2:2d:b5:46:6d:2e:7f:de', 'user_id': '9f77997323554aa69d587be7769b2d16', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC3Ln5vlfwn+pCpMnW4edQ/IixsXY5lOidoJ5DwSCNkxpuUTb1srg6E\ncTqaJ7Y/TJKgBwYFK4EEACKhZANiAASQ3C3k2+KSsOGZ19jrLwqH+ZxF73LkW9Nu\n+Xsvq3ihjyfKVNpZcAPILe9LKCxSzpQXQFyGpoF5cOjcj6prctj8ewTVwN9jiSiZ\n0ZU1aDvI0GJq74f8Zg7XdluOA803d88=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f7659df9-0106-4f00-9bfd-c314f32e650d', 'name': 'tempest-securitygroup--1011139902', 'stateful': True, 'tenant_id': 'aa3c8624b3104d21b864985b794c88ca', 'project_id': 'aa3c8624b3104d21b864985b794c88ca', 'description': 'tempest-description--1521595304', 'shared': False, 'security_group_rules': [{'id': '47a93a04-de3c-40fa-a891-3bafccba2e65', 'project_id': 'aa3c8624b3104d21b864985b794c88ca', 'security_group_id': 'f7659df9-0106-4f00-9bfd-c314f32e650d', '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': 1538, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T14:06:10Z', 'updated_at': '2026-06-18T14:06:10Z', 'revision_number': 0, 'tenant_id': 'aa3c8624b3104d21b864985b794c88ca'}, {'id': '7fb5fa7d-d967-49cb-9635-86e138acca3f', 'project_id': 'aa3c8624b3104d21b864985b794c88ca', 'security_group_id': 'f7659df9-0106-4f00-9bfd-c314f32e650d', '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': 1537, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T14:06:10Z', 'updated_at': '2026-06-18T14:06:10Z', 'revision_number': 0, 'tenant_id': 'aa3c8624b3104d21b864985b794c88ca'}], 'tags': [], 'created_at': '2026-06-18T14:06:10Z', 'updated_at': '2026-06-18T14:06:10Z', 'revision_number': 1}, 'floating_ip': {'id': '5d8955cc-6260-44fb-ba04-686fcec939b2', 'tenant_id': 'aa3c8624b3104d21b864985b794c88ca', 'project_id': 'aa3c8624b3104d21b864985b794c88ca', 'floating_ip_address': '172.24.5.109', 'floating_network_id': 'c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T14:06:11Z', 'updated_at': '2026-06-18T14:06:11Z', 'revision_number': 0, 'ip': '172.24.5.109'}}
2026-06-18 14:06:12,100 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.197/compute/v2.1/servers 0.623s
2026-06-18 14:06:12,100 106050 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-1789920989", "imageRef": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "flavorRef": "42", "networks": [{"uuid": "033dc300-852b-441c-b7c3-a98f34601d6f"}], "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "key_name": "tempest-keypair-1918683201", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5bd6a31-b181-4702-a49f-25dd040ea6a6', 'x-compute-request-id': 'req-a5bd6a31-b181-4702-a49f-25dd040ea6a6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/compute/v2.1/servers'}
Body: b'{"server": {"id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "adminPass": "yATYzM6xxftz"}}'
2026-06-18 14:06:12,202 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.100s
2026-06-18 14:06:12,203 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c20fa2-0177-4306-ae6b-4f5019b6c7d5', 'x-compute-request-id': 'req-34c20fa2-0177-4306-ae6b-4f5019b6c7d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:13,323 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.108s
2026-06-18 14:06:13,323 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cbe91ff-32e3-4a80-bb53-267182fb1df8', 'x-compute-request-id': 'req-4cbe91ff-32e3-4a80-bb53-267182fb1df8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:14,442 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.112s
2026-06-18 14:06:14,442 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0268743b-0456-4e39-aa67-47897a70d78f', 'x-compute-request-id': 'req-0268743b-0456-4e39-aa67-47897a70d78f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:14,448 106050 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-18 14:06:15,533 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.084s
2026-06-18 14:06:15,533 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b71172b6-f160-410a-ac58-c2ca935ab2e5', 'x-compute-request-id': 'req-b71172b6-f160-410a-ac58-c2ca935ab2e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:16,615 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.076s
2026-06-18 14:06:16,615 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f2489b1-86ad-4116-ac1e-20a0c69c416f', 'x-compute-request-id': 'req-9f2489b1-86ad-4116-ac1e-20a0c69c416f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:18,453 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.833s
2026-06-18 14:06:18,454 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df852a8-9b13-46a0-b6e8-c5a8057ca1e2', 'x-compute-request-id': 'req-4df852a8-9b13-46a0-b6e8-c5a8057ca1e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:18,459 106050 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-06-18 14:06:19,831 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.371s
2026-06-18 14:06:19,831 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:19 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-e01abc36-16d1-4580-86c6-45cd9177fa4e', 'x-compute-request-id': 'req-e01abc36-16d1-4580-86c6-45cd9177fa4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:19,836 106050 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-06-18 14:06:21,014 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.177s
2026-06-18 14:06:21,014 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:20 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-1a88d9b6-f494-4e85-a6a5-229d5285ec1b', 'x-compute-request-id': 'req-1a88d9b6-f494-4e85-a6a5-229d5285ec1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:22,239 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.218s
2026-06-18 14:06:22,239 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:22 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-f4032fd4-90b0-425f-9bd7-04f5a8a28734', 'x-compute-request-id': 'req-f4032fd4-90b0-425f-9bd7-04f5a8a28734', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:23,453 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.207s
2026-06-18 14:06:23,453 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:23 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-7b62687d-8c42-4c78-a301-a9477e7a01f1', 'x-compute-request-id': 'req-7b62687d-8c42-4c78-a301-a9477e7a01f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:24,747 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.288s
2026-06-18 14:06:24,748 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:24 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-042213ac-d679-4b5b-8eac-c84cc134759c', 'x-compute-request-id': 'req-042213ac-d679-4b5b-8eac-c84cc134759c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:25,986 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.231s
2026-06-18 14:06:25,987 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:25 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-9663e9a7-10de-4003-8f40-2918b918f8eb', 'x-compute-request-id': 'req-9663e9a7-10de-4003-8f40-2918b918f8eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "BUILD", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:27,170 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.176s
2026-06-18 14:06:27,170 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6039f7ad-7a41-4974-b90e-c6a0cdb745be', 'x-compute-request-id': 'req-6039f7ad-7a41-4974-b90e-c6a0cdb745be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-654480950-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}]}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "ACTIVE", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:06:27,179 106050 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-06-18 14:06:27,283 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f/os-interface 0.103s
2026-06-18 14:06:27,283 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:27 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-5278e6e1-fe85-4b5c-bc0d-d832bdb2daae', 'x-compute-request-id': 'req-5278e6e1-fe85-4b5c-bc0d-d832bdb2daae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "033dc300-852b-441c-b7c3-a98f34601d6f", "port_id": "0c5b44a9-e754-4f64-b7a3-1945fb8a0622", "mac_addr": "fa:16:3e:6a:9b:34", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fd994cd1-38bd-4691-986c-044c4bff7ec1", "ip_address": "10.1.0.9"}]}]}'
2026-06-18 14:06:27,891 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.197/networking/v2.0/floatingips/5d8955cc-6260-44fb-ba04-686fcec939b2 0.605s
2026-06-18 14:06:27,891 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "0c5b44a9-e754-4f64-b7a3-1945fb8a0622"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6f04d8b4-9624-45d3-9eb2-0a55107a0b3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/networking/v2.0/floatingips/5d8955cc-6260-44fb-ba04-686fcec939b2'}
Body: b'{"floatingip": {"id": "5d8955cc-6260-44fb-ba04-686fcec939b2", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "project_id": "aa3c8624b3104d21b864985b794c88ca", "floating_ip_address": "172.24.5.109", "floating_network_id": "c3d80e14-cb1f-4cfa-aab1-da095ba5a3bc", "router_id": "7009283f-d409-411d-9862-7657443afe24", "port_id": "0c5b44a9-e754-4f64-b7a3-1945fb8a0622", "fixed_ip_address": "10.1.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "033dc300-852b-441c-b7c3-a98f34601d6f", "mac_address": "fa:16:3e:6a:9b:34", "admin_state_up": true, "status": "ACTIVE", "device_id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T14:06:11Z", "updated_at": "2026-06-18T14:06:27Z", "revision_number": 1}}'
2026-06-18 14:06:27,891 106050 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.109:22' as 'cirros' with public key authentication
2026-06-18 14:07:03,808 106050 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-18 14:07:03,978 106050 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-18 14:07:03,979 106050 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.109 successfully created
2026-06-18 14:07:04,195 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.216s
2026-06-18 14:07:04,195 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d5e79bc-b77e-4f2c-b81a-43ea6c016a00', 'x-compute-request-id': 'req-8d5e79bc-b77e-4f2c-b81a-43ea6c016a00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-654480950-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}, {"version": 4, "addr": "172.24.5.109", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}]}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "ACTIVE", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:06:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:07:04,236 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.035s
2026-06-18 14:07:04,236 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8631f4e8-5d7b-4f7f-9608-bbea0e978cf1', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8631f4e8-5d7b-4f7f-9608-bbea0e978cf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:06:10.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:04,245 106050 INFO [tempest.common.waiters] volume 2d37b48a-bd98-4163-983a-874fe5153402 reached available after waiting for 0.245653 seconds
2026-06-18 14:07:04,271 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:07:04,271 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2951d302-2c41-43b7-92fe-8c30bf362050', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2951d302-2c41-43b7-92fe-8c30bf362050', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:06:10.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:06,852 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f/os-volume_attachments 2.576s
2026-06-18 14:07:06,853 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "2d37b48a-bd98-4163-983a-874fe5153402"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:04 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-472b3aca-3da8-4111-aa90-4fdfae40c35a', 'x-compute-request-id': 'req-472b3aca-3da8-4111-aa90-4fdfae40c35a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "serverId": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "volumeId": "2d37b48a-bd98-4163-983a-874fe5153402", "device": "/dev/vdb"}}'
2026-06-18 14:07:06,883 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:07:06,883 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99ba788-bfa7-41a6-a878-3d975cd7fab3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99ba788-bfa7-41a6-a878-3d975cd7fab3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:06.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:07,917 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:07:07,917 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a75979-51ab-4618-8fe5-60d02d46488a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a75979-51ab-4618-8fe5-60d02d46488a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:08,952 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:07:08,952 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f667d312-ac4f-4106-a5e4-3dd86cef602c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f667d312-ac4f-4106-a5e4-3dd86cef602c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:10,003 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.044s
2026-06-18 14:07:10,003 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b71ef8-9996-4bf2-94e4-329d6fc3dbbe', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b71ef8-9996-4bf2-94e4-329d6fc3dbbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:11,067 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.057s
2026-06-18 14:07:11,067 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c611158b-89fd-4812-9a19-b3d0da424310', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c611158b-89fd-4812-9a19-b3d0da424310', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:12,187 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.114s
2026-06-18 14:07:12,188 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb49414-8147-4d0a-9ba0-d4a8075cada3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb49414-8147-4d0a-9ba0-d4a8075cada3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:13,219 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:07:13,219 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57616063-1bb7-4237-9976-b0036aea94b9', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57616063-1bb7-4237-9976-b0036aea94b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:14,256 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.032s
2026-06-18 14:07:14,256 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0714fca9-ab1d-4ab1-9f86-6694a9f5be7f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0714fca9-ab1d-4ab1-9f86-6694a9f5be7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:15,293 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:07:15,293 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9284d04d-9d3a-4824-b96d-f67a301be19b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9284d04d-9d3a-4824-b96d-f67a301be19b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:16,339 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.040s
2026-06-18 14:07:16,340 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc34735-9fb8-4781-b30b-d0bd4fbcb367', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc34735-9fb8-4781-b30b-d0bd4fbcb367', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:17,446 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.096s
2026-06-18 14:07:17,447 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4475afbc-12c8-4d88-8386-1578c61e4918', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4475afbc-12c8-4d88-8386-1578c61e4918', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:18,492 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.035s
2026-06-18 14:07:18,492 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7b7da54-81e4-4c82-b0b2-197f3a5d373b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7b7da54-81e4-4c82-b0b2-197f3a5d373b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:19,529 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:07:19,529 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a510c73-ef17-4f47-b85f-bcfae92d85d1', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a510c73-ef17-4f47-b85f-bcfae92d85d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:20,564 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:07:20,564 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec950545-fae9-4dac-9715-ea67691478c4', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec950545-fae9-4dac-9715-ea67691478c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:21,598 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:07:21,598 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc3f652-8d9f-4d37-a598-0cc073adfc70', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc3f652-8d9f-4d37-a598-0cc073adfc70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:22,635 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:07:22,635 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9684c2ff-316d-430d-bea3-6be27b157aee', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9684c2ff-316d-430d-bea3-6be27b157aee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:23,680 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.040s
2026-06-18 14:07:23,680 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5961bab7-b46a-4eee-a45d-9f960d434b2f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5961bab7-b46a-4eee-a45d-9f960d434b2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:24,731 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.044s
2026-06-18 14:07:24,731 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d891f716-22c0-4699-b035-9be23c365077', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d891f716-22c0-4699-b035-9be23c365077', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:25,784 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.046s
2026-06-18 14:07:25,785 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2d34cf-8497-471b-baac-0a58e6687627', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2d34cf-8497-471b-baac-0a58e6687627', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:07.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:26,826 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.035s
2026-06-18 14:07:26,826 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d67655-2813-45bb-922b-fe6bde710a02', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d67655-2813-45bb-922b-fe6bde710a02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:27,869 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.038s
2026-06-18 14:07:27,870 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4154a12-0b4a-455b-8d03-3b7246ee0801', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4154a12-0b4a-455b-8d03-3b7246ee0801', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:28,903 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:07:28,904 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8ec984-0336-4274-905d-7e6d2252989a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8ec984-0336-4274-905d-7e6d2252989a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:29,943 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:07:29,943 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-537c159f-2ab8-49ab-a2b1-a2ca9b489c00', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-537c159f-2ab8-49ab-a2b1-a2ca9b489c00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:30,975 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:07:30,975 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edf26df1-b04f-4961-8594-7ffdc588c2a7', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edf26df1-b04f-4961-8594-7ffdc588c2a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:32,022 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.041s
2026-06-18 14:07:32,022 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c32eec7c-1185-404e-a25e-888a0dea105d', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c32eec7c-1185-404e-a25e-888a0dea105d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:33,058 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:07:33,058 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb1ebd6-dee7-476a-9aba-749f33be649d', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb1ebd6-dee7-476a-9aba-749f33be649d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:34,095 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:07:34,095 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de448189-15e8-43a7-a302-d5a701386e8e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de448189-15e8-43a7-a302-d5a701386e8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:35,130 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:07:35,130 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b104e2e2-a2ff-4298-bb3d-f87c430ea036', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b104e2e2-a2ff-4298-bb3d-f87c430ea036', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:36,164 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:07:36,164 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d45f8f-aa84-42d4-8b16-a493a684e81a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d45f8f-aa84-42d4-8b16-a493a684e81a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:37,202 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:07:37,202 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5fb25af-2e76-4ba1-9c35-0aaae050f009', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5fb25af-2e76-4ba1-9c35-0aaae050f009', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:38,232 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:07:38,233 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006b9acd-95aa-4a21-8436-f686a896dd61', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006b9acd-95aa-4a21-8436-f686a896dd61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:39,268 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:07:39,268 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b11f14c-1034-42fd-8af9-f8753311a71f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b11f14c-1034-42fd-8af9-f8753311a71f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:40,298 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:07:40,298 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b414237-bd97-45a4-91fb-5a2b91534f43', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b414237-bd97-45a4-91fb-5a2b91534f43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:41,328 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:07:41,328 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5de091-faf5-44a0-8687-77edb7226387', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5de091-faf5-44a0-8687-77edb7226387', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:42,365 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:07:42,365 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51fcaee5-acb6-4d9c-8bee-734921b20b63', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51fcaee5-acb6-4d9c-8bee-734921b20b63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:43,403 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.032s
2026-06-18 14:07:43,404 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aabce42-aec3-4b88-a147-c42144335348', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aabce42-aec3-4b88-a147-c42144335348', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:44,440 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:07:44,440 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22019f85-a4f9-4870-aefe-961a081a3a9c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22019f85-a4f9-4870-aefe-961a081a3a9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:45,474 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:07:45,474 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d044be-c400-4dca-83a7-ad27bab2b063', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d044be-c400-4dca-83a7-ad27bab2b063', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:46,502 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.022s
2026-06-18 14:07:46,502 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a71639-1e94-498c-8ff7-e862a526cdb0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a71639-1e94-498c-8ff7-e862a526cdb0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:47,547 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.040s
2026-06-18 14:07:47,548 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7bf1c74-cd74-4720-8c71-3b821878ac3f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7bf1c74-cd74-4720-8c71-3b821878ac3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:48,581 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:07:48,581 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cba2b40-51f4-4948-90ec-725c98c44d87', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cba2b40-51f4-4948-90ec-725c98c44d87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:49,613 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:07:49,614 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-634d4ca4-93fb-4dd6-b90a-f9b059b51d64', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-634d4ca4-93fb-4dd6-b90a-f9b059b51d64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:50,657 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.036s
2026-06-18 14:07:50,657 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75dcc3cf-0a5f-4102-a155-80f9f503d8db', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75dcc3cf-0a5f-4102-a155-80f9f503d8db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:51,696 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:07:51,696 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8074ea8-f9f3-4ca4-8982-58585cfde528', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8074ea8-f9f3-4ca4-8982-58585cfde528', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:52,729 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:07:52,729 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7ea06a-1236-4809-803e-6a7adc792526', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7ea06a-1236-4809-803e-6a7adc792526', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:53,763 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:07:53,763 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6c60be-1878-4d8e-a20e-455432409193', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6c60be-1878-4d8e-a20e-455432409193', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:54,800 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:07:54,800 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f0617ee-dd2c-417c-9025-1ec89ee31fdc', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f0617ee-dd2c-417c-9025-1ec89ee31fdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:55,843 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.038s
2026-06-18 14:07:55,843 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff792972-3863-4041-89b7-f530b04b1005', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff792972-3863-4041-89b7-f530b04b1005', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:56,886 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.032s
2026-06-18 14:07:56,887 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901bcf21-283c-4c9e-ac2a-d218aeaec402', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901bcf21-283c-4c9e-ac2a-d218aeaec402', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:57,914 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:07:57,915 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30eafe0-c3a3-44c4-b0e4-88568c538949', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30eafe0-c3a3-44c4-b0e4-88568c538949', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:07:58,970 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.050s
2026-06-18 14:07:58,970 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ca4891d-9d4c-4287-a0a2-d387bc13dc1f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ca4891d-9d4c-4287-a0a2-d387bc13dc1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:00,007 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:08:00,008 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a1cd2a-eda2-4477-8458-275188d6593e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a1cd2a-eda2-4477-8458-275188d6593e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:01,040 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:01,040 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4b1d6c4-45cd-426f-ad10-8c71b49ac8b5', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4b1d6c4-45cd-426f-ad10-8c71b49ac8b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:02,084 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.039s
2026-06-18 14:08:02,085 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892bad52-73eb-4e17-beac-b3ada4dcddca', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892bad52-73eb-4e17-beac-b3ada4dcddca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:03,125 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.035s
2026-06-18 14:08:03,125 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc5f5cc-828b-452d-963c-de003995e9b4', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc5f5cc-828b-452d-963c-de003995e9b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:04,181 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.050s
2026-06-18 14:08:04,181 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50ea4084-edf2-4f2d-a52f-a1e30bd8ee85', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50ea4084-edf2-4f2d-a52f-a1e30bd8ee85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:05,215 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:08:05,215 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9121cc1-28e1-427f-8fcf-2575a629cce4', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9121cc1-28e1-427f-8fcf-2575a629cce4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:06,249 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:06,249 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c1c013-499d-4da9-8e1d-12557a8cd7c3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c1c013-499d-4da9-8e1d-12557a8cd7c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:07,282 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:07,282 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5c7f5e-63c2-4d56-acea-3203436f5c37', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5c7f5e-63c2-4d56-acea-3203436f5c37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:08,314 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:08:08,314 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad7e321-284a-4294-ba28-d262e073ff87', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad7e321-284a-4294-ba28-d262e073ff87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:09,358 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.038s
2026-06-18 14:08:09,358 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231aec87-a198-4ebf-ba8a-984fe2c0cb13', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231aec87-a198-4ebf-ba8a-984fe2c0cb13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:10,401 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:08:10,401 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf24d304-c43a-452e-8ffe-ebf6d461d22b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf24d304-c43a-452e-8ffe-ebf6d461d22b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:11,436 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:11,436 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d87ee36-3c56-4132-ac46-53f3b3eeb5a4', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d87ee36-3c56-4132-ac46-53f3b3eeb5a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:12,492 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.050s
2026-06-18 14:08:12,493 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8615a7-ab27-43ee-9e6e-7bff13ce6987', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8615a7-ab27-43ee-9e6e-7bff13ce6987', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:13,535 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:08:13,535 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aeb81e2-752f-43e0-8a8b-5b78059007cc', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aeb81e2-752f-43e0-8a8b-5b78059007cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:14,568 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:14,568 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e67ca9d8-a5dc-449b-bc34-1d435abbb09e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e67ca9d8-a5dc-449b-bc34-1d435abbb09e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:15,603 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:15,603 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d64abef-625d-4179-a1e2-1a12b9b59863', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d64abef-625d-4179-a1e2-1a12b9b59863', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:16,635 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:08:16,636 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4601b4c9-d44c-4f3c-a6f5-2a50d3565380', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4601b4c9-d44c-4f3c-a6f5-2a50d3565380', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:17,669 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:17,669 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b908ce5c-6134-4650-b1b8-cea60212d749', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b908ce5c-6134-4650-b1b8-cea60212d749', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:18,702 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:18,702 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9094290-46e4-4ff5-a480-7a82d20de51b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9094290-46e4-4ff5-a480-7a82d20de51b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:19,735 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:08:19,736 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2498d7b5-4ddb-406e-af62-7a6a060289ec', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2498d7b5-4ddb-406e-af62-7a6a060289ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:20,768 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:20,769 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-800fd854-6d05-4c50-a16d-a7369c7d4ff2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-800fd854-6d05-4c50-a16d-a7369c7d4ff2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:21,809 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:08:21,809 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f28644-4feb-4411-8144-fde3c1ba2fb9', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f28644-4feb-4411-8144-fde3c1ba2fb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:22,839 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:22,839 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b524d5b5-d5f4-4a23-b999-d3526bcae4b7', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b524d5b5-d5f4-4a23-b999-d3526bcae4b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:23,879 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:08:23,880 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78b2ae49-85f7-4bcf-9d55-0c5f014b20d2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78b2ae49-85f7-4bcf-9d55-0c5f014b20d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:24,911 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:24,912 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22097b73-9bc9-4d23-b87f-e3d063b1c808', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22097b73-9bc9-4d23-b87f-e3d063b1c808', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:25,945 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:25,945 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c999d641-2614-420e-b63f-246abcb4a4a3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c999d641-2614-420e-b63f-246abcb4a4a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:26,980 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:08:26,980 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e76188-b035-423e-a75f-8d1930d7134c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e76188-b035-423e-a75f-8d1930d7134c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:28,012 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:28,012 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d0a65c-29b9-4c1a-ae70-27c3fa3d7e02', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d0a65c-29b9-4c1a-ae70-27c3fa3d7e02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:29,043 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:29,044 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1866c5-edc9-40cb-a2f1-3e7438352eec', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1866c5-edc9-40cb-a2f1-3e7438352eec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:30,072 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:30,072 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f46497-3c5e-466c-a3d3-c14fcfd0c519', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f46497-3c5e-466c-a3d3-c14fcfd0c519', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:31,100 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:31,101 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f1b247e-afa9-4ed2-aa76-af5a41dd11e8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f1b247e-afa9-4ed2-aa76-af5a41dd11e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:32,130 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:32,130 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02a708d-6111-4518-8732-9060581fc352', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02a708d-6111-4518-8732-9060581fc352', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:33,157 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.022s
2026-06-18 14:08:33,157 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a2c2cd7-a71c-4011-9ad9-95865a324e7c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a2c2cd7-a71c-4011-9ad9-95865a324e7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:34,185 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:34,185 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f0230e-a920-4647-bdc2-0dbcd779e3b6', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f0230e-a920-4647-bdc2-0dbcd779e3b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:35,216 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:35,216 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458fb1b2-8fda-4843-b087-2aa469c3ac4f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458fb1b2-8fda-4843-b087-2aa469c3ac4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:36,245 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:08:36,245 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5723a1b6-9cd0-4ee6-b39b-4d0397cefb79', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5723a1b6-9cd0-4ee6-b39b-4d0397cefb79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:37,374 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.123s
2026-06-18 14:08:37,374 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6668dc5-128a-4b09-8234-16b74b5700d2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6668dc5-128a-4b09-8234-16b74b5700d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:38,424 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.045s
2026-06-18 14:08:38,427 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2dd68c-f628-4dd5-a291-b3025f3c3ead', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2dd68c-f628-4dd5-a291-b3025f3c3ead', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:39,475 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.043s
2026-06-18 14:08:39,475 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528e8840-ba22-4642-9d55-71bb60c562ee', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528e8840-ba22-4642-9d55-71bb60c562ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:40,506 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:40,506 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135b4b81-7eeb-4503-b3b1-57f99d9bd20b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135b4b81-7eeb-4503-b3b1-57f99d9bd20b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:41,543 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:08:41,543 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12422415-4fc5-4ccd-8f0e-31b3cac2cfe2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12422415-4fc5-4ccd-8f0e-31b3cac2cfe2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:42,578 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:08:42,578 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29703abc-176a-4135-a25c-96c0315f0cce', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29703abc-176a-4135-a25c-96c0315f0cce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:43,615 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:08:43,616 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b474b33-723d-4784-8e6e-b2026fa77b37', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b474b33-723d-4784-8e6e-b2026fa77b37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:44,647 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:44,647 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afb73c3-e4f7-475f-99be-641c97d9c5af', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afb73c3-e4f7-475f-99be-641c97d9c5af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:45,676 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:45,676 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f2ff67c-1cc6-43c9-8150-508327ddf489', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f2ff67c-1cc6-43c9-8150-508327ddf489', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:46,706 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:46,706 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b256d60a-6469-44e1-81b5-294eb3139de7', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b256d60a-6469-44e1-81b5-294eb3139de7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:47,735 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:08:47,735 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945d6809-681a-4b4b-aab3-009c1c920745', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945d6809-681a-4b4b-aab3-009c1c920745', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:48,762 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:48,763 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c46a2d-9633-4c6f-9d55-dfa45c518e13', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c46a2d-9633-4c6f-9d55-dfa45c518e13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:49,795 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:08:49,795 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96243dbe-b2e0-4421-bef6-abac3e53682b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96243dbe-b2e0-4421-bef6-abac3e53682b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:50,824 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:08:50,825 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a30000-dbe5-4d73-bf54-c11216fc0ef3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a30000-dbe5-4d73-bf54-c11216fc0ef3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:51,855 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:08:51,856 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e478a65-f2a2-49eb-a90f-1c9d4f3ac7be', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e478a65-f2a2-49eb-a90f-1c9d4f3ac7be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:52,894 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:08:52,894 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d1287a8-f14a-49e0-8f45-52793b73f0a2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d1287a8-f14a-49e0-8f45-52793b73f0a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:53,930 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:08:53,930 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f6446e-e4bd-4abd-a165-7cc9809520dd', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f6446e-e4bd-4abd-a165-7cc9809520dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:54,965 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:08:54,965 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a9b3fb-8773-463b-9449-71bb56dffa85', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a9b3fb-8773-463b-9449-71bb56dffa85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:56,009 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.037s
2026-06-18 14:08:56,009 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36012a04-651b-41c4-a675-709e79af4014', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36012a04-651b-41c4-a675-709e79af4014', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:57,058 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.043s
2026-06-18 14:08:57,058 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1282fa1-de90-433f-8984-97afb4b7e7c8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1282fa1-de90-433f-8984-97afb4b7e7c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:58,092 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:08:58,092 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384f5253-903f-45a3-89b0-f0ecfa9e1c9f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384f5253-903f-45a3-89b0-f0ecfa9e1c9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:08:59,125 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:08:59,126 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:08:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746c4d98-fa3c-40f2-9c76-a0bfe2421fe8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746c4d98-fa3c-40f2-9c76-a0bfe2421fe8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:00,159 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:09:00,160 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ede056f8-68e5-4230-8d23-ca68c6634dd2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ede056f8-68e5-4230-8d23-ca68c6634dd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:01,187 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.022s
2026-06-18 14:09:01,187 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0540b49d-dbce-4769-a46c-3b48390727cb', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0540b49d-dbce-4769-a46c-3b48390727cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:02,217 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:09:02,217 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c017a5bd-dcc4-4c48-a7e0-cf6f6fbba443', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c017a5bd-dcc4-4c48-a7e0-cf6f6fbba443', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:03,248 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:09:03,250 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3a860a-4549-4a4f-9fa1-fd82484eaac9', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3a860a-4549-4a4f-9fa1-fd82484eaac9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:04,284 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:09:04,284 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8cee1b5-7f8b-4039-b7d8-03e4b7b7c212', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8cee1b5-7f8b-4039-b7d8-03e4b7b7c212', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:05,311 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.021s
2026-06-18 14:09:05,311 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd73bc4-c356-4fbc-8d16-a196ebac15ac', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd73bc4-c356-4fbc-8d16-a196ebac15ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:06,337 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.021s
2026-06-18 14:09:06,337 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae9a230-449e-40b0-bd34-d5179f7f9065', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae9a230-449e-40b0-bd34-d5179f7f9065', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:07,369 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:09:07,369 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe453cde-96d2-4d40-b5f2-96a574389793', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe453cde-96d2-4d40-b5f2-96a574389793', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:08,409 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:09:08,409 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c705ad-d1a5-40c9-91ef-c6ed4edb012e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c705ad-d1a5-40c9-91ef-c6ed4edb012e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:09,445 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:09:09,445 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59d6f3ce-dcbf-497e-9857-50d97f9e8bf6', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59d6f3ce-dcbf-497e-9857-50d97f9e8bf6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:10,488 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.033s
2026-06-18 14:09:10,488 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ac7812-1984-4614-98e1-a85758607cc2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ac7812-1984-4614-98e1-a85758607cc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:11,519 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.022s
2026-06-18 14:09:11,519 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f579b53a-1ecb-4d1a-a1e9-bf1312ea7f01', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f579b53a-1ecb-4d1a-a1e9-bf1312ea7f01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:12,559 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:09:12,559 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e72ef22-38eb-4d08-8e62-e577ff7dc062', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e72ef22-38eb-4d08-8e62-e577ff7dc062', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:13,608 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.039s
2026-06-18 14:09:13,608 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68664810-5a45-43b5-9621-1f76c54880b4', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68664810-5a45-43b5-9621-1f76c54880b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:14,641 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:09:14,641 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e920e3fc-9b37-4119-b1bf-6b454c978c3c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e920e3fc-9b37-4119-b1bf-6b454c978c3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:15,675 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:15,675 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ebf224a-99fb-4878-b9ca-4f90c2a5b1f1', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ebf224a-99fb-4878-b9ca-4f90c2a5b1f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:16,708 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:09:16,709 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc126b4-9bdb-4703-9fed-b5c52a75788a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc126b4-9bdb-4703-9fed-b5c52a75788a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:17,741 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:17,741 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b992f8-2755-4211-899a-604ac90e34c2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b992f8-2755-4211-899a-604ac90e34c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:18,785 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.039s
2026-06-18 14:09:18,786 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553860e5-6b1a-498c-952f-332e4c123436', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-553860e5-6b1a-498c-952f-332e4c123436', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:19,815 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:09:19,815 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f22f729-c3f6-48b2-8095-d46f1e19cf1b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f22f729-c3f6-48b2-8095-d46f1e19cf1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:20,852 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:09:20,852 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1719ac1b-042e-4431-b7be-18d941c8bec0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1719ac1b-042e-4431-b7be-18d941c8bec0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:21,899 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.041s
2026-06-18 14:09:21,899 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa520c20-1aeb-4516-b914-e4fc96ed1f34', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa520c20-1aeb-4516-b914-e4fc96ed1f34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:22,935 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:09:22,935 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9e6eef-84d4-41f2-99f5-90076f8c0721', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9e6eef-84d4-41f2-99f5-90076f8c0721', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:23,978 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.037s
2026-06-18 14:09:23,979 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11df9c6e-02ab-4570-81d1-4b23b0492af3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11df9c6e-02ab-4570-81d1-4b23b0492af3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:25,024 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.037s
2026-06-18 14:09:25,024 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c42eb362-6ca7-4183-b4ff-b1b24637f9a2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42eb362-6ca7-4183-b4ff-b1b24637f9a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:26,064 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.032s
2026-06-18 14:09:26,065 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f101ff4e-138d-46d6-a78c-8ca402114302', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f101ff4e-138d-46d6-a78c-8ca402114302', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:27,094 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:09:27,095 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f81bbc25-1165-4d62-aa3b-2a0cfdfe2012', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f81bbc25-1165-4d62-aa3b-2a0cfdfe2012', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:28,130 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:09:28,130 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e54fd067-1376-4b9b-be20-113180608cb4', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e54fd067-1376-4b9b-be20-113180608cb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:29,164 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:09:29,164 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9512e3af-4d9b-4ea0-8732-edbfe50c3865', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9512e3af-4d9b-4ea0-8732-edbfe50c3865', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:30,198 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:09:30,199 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef24bf0-d6a3-4471-8e07-39cfc777bf79', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef24bf0-d6a3-4471-8e07-39cfc777bf79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:31,236 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:09:31,237 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f769e99d-08a3-4f0a-a56e-38a5a75485ae', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f769e99d-08a3-4f0a-a56e-38a5a75485ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:32,271 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:09:32,272 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b68d6a3-bfc3-4205-a226-490f6916f27e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b68d6a3-bfc3-4205-a226-490f6916f27e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:33,304 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:33,304 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a970e49-94c9-48c4-87e9-c4fe9844a1d2', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a970e49-94c9-48c4-87e9-c4fe9844a1d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:34,331 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.021s
2026-06-18 14:09:34,332 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a953b9e3-cccc-45fa-aa32-f170ff6c3a84', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a953b9e3-cccc-45fa-aa32-f170ff6c3a84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:35,360 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.023s
2026-06-18 14:09:35,360 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4da86d9e-3885-4e82-9950-f21d227f2b4b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da86d9e-3885-4e82-9950-f21d227f2b4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:36,390 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:09:36,390 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25377915-9a4d-424a-8166-5f4d868e614e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25377915-9a4d-424a-8166-5f4d868e614e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:37,420 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:09:37,421 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0c25fc3-e282-49e0-a461-e7c5fbc1d08b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0c25fc3-e282-49e0-a461-e7c5fbc1d08b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:38,459 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.033s
2026-06-18 14:09:38,459 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7db42c8a-91ae-43b6-b583-3db9d046c4de', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7db42c8a-91ae-43b6-b583-3db9d046c4de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:39,496 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:09:39,496 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbb27c3-2c3c-479e-9254-ab0c4a4790ad', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbb27c3-2c3c-479e-9254-ab0c4a4790ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:40,526 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.025s
2026-06-18 14:09:40,527 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f8c8c92-d396-4207-9e74-f291ca74d6e7', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f8c8c92-d396-4207-9e74-f291ca74d6e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:41,568 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.035s
2026-06-18 14:09:41,568 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3fa45c-2208-4a41-a942-2630daecf2b0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3fa45c-2208-4a41-a942-2630daecf2b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:42,606 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:09:42,607 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd0af61-a0ed-4dfe-b8da-0fee08735e74', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd0af61-a0ed-4dfe-b8da-0fee08735e74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:43,641 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:09:43,642 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c27061-939f-44a5-8fff-6cdc9211a1f6', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c27061-939f-44a5-8fff-6cdc9211a1f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:44,671 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.024s
2026-06-18 14:09:44,671 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2912fe9e-bed3-46d6-a03c-f7d67c558d6f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2912fe9e-bed3-46d6-a03c-f7d67c558d6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:45,703 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:45,703 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1ad93c9-6026-46b9-a796-2bf58692ed2c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1ad93c9-6026-46b9-a796-2bf58692ed2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:46,734 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:09:46,734 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-559fd1c5-fd57-43b2-8ec0-6a21311c5715', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-559fd1c5-fd57-43b2-8ec0-6a21311c5715', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:47,768 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:47,768 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6d4c61f-d6d2-415f-99a9-dc62880dfe7b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d4c61f-d6d2-415f-99a9-dc62880dfe7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:48,800 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:48,800 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50325119-b45f-4610-83d9-3b25e100b99c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50325119-b45f-4610-83d9-3b25e100b99c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:49,832 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:09:49,832 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b128bdc-52ab-432b-b912-0dd7ad2c953c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b128bdc-52ab-432b-b912-0dd7ad2c953c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:50,876 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.033s
2026-06-18 14:09:50,876 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fca3e6b0-ec86-44c8-b903-a510781897ce', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fca3e6b0-ec86-44c8-b903-a510781897ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:51,924 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.042s
2026-06-18 14:09:51,924 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f2c1a2-8f3c-43d6-9b87-774f0c9afeb0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f2c1a2-8f3c-43d6-9b87-774f0c9afeb0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:52,980 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.046s
2026-06-18 14:09:52,980 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be8f5b3e-068d-4581-8c75-22ffe4769f91', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be8f5b3e-068d-4581-8c75-22ffe4769f91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:54,020 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.033s
2026-06-18 14:09:54,021 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84fe636c-a980-459f-bbd3-ef87438001b0', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84fe636c-a980-459f-bbd3-ef87438001b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:55,058 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:09:55,058 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1a27a5-6dfc-4ae9-aa71-27829f3b1983', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1a27a5-6dfc-4ae9-aa71-27829f3b1983', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:56,095 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:09:56,096 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b0c376-583e-41cf-b242-bcf195b8d11a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b0c376-583e-41cf-b242-bcf195b8d11a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:57,136 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.035s
2026-06-18 14:09:57,136 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f169678-e620-4029-a18f-cb9bdb0b1023', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f169678-e620-4029-a18f-cb9bdb0b1023', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:58,173 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:09:58,173 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1fc4dda-506b-450c-a84a-5196a8fe74db', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1fc4dda-506b-450c-a84a-5196a8fe74db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:09:59,210 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:09:59,210 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:09:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-380d1d29-cac7-4391-94af-caad466baa50', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-380d1d29-cac7-4391-94af-caad466baa50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:00,246 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:10:00,247 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188bb6af-e84d-4745-8c11-2cb1ea65f02c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188bb6af-e84d-4745-8c11-2cb1ea65f02c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:01,282 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:10:01,282 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ffa06cc-b703-44e5-8f5a-8c325ad6fe2b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ffa06cc-b703-44e5-8f5a-8c325ad6fe2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:02,322 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:10:02,322 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f582094-5265-41cf-ba8a-8e948a1a1dd9', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f582094-5265-41cf-ba8a-8e948a1a1dd9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:03,359 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.030s
2026-06-18 14:10:03,359 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5333491c-360d-43f6-bf6e-1ed2bc061ee1', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5333491c-360d-43f6-bf6e-1ed2bc061ee1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:04,398 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:10:04,398 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-058a58ab-ac6e-4b7d-987a-5f3a1847855a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-058a58ab-ac6e-4b7d-987a-5f3a1847855a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:05,443 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.037s
2026-06-18 14:10:05,444 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d3ddfb9-4069-422f-a39e-553e10da6d55', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d3ddfb9-4069-422f-a39e-553e10da6d55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:06,494 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.044s
2026-06-18 14:10:06,495 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29c641a-fc5d-4f46-9f22-2c9e115b0382', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29c641a-fc5d-4f46-9f22-2c9e115b0382', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:07,529 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:10:07,529 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7ed5f44-0a8b-413f-a96b-430478ad4242', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7ed5f44-0a8b-413f-a96b-430478ad4242', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:08,564 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:10:08,565 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217f6bc3-fa80-4754-bcb0-764f158db90d', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217f6bc3-fa80-4754-bcb0-764f158db90d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:09,615 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.044s
2026-06-18 14:10:09,615 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d74bd4c-9b4e-449a-8cab-4ff78591c9db', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d74bd4c-9b4e-449a-8cab-4ff78591c9db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:10,661 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.038s
2026-06-18 14:10:10,662 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cecf8c-f2a7-4f3c-a399-badb842fa2a3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cecf8c-f2a7-4f3c-a399-badb842fa2a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:11,697 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.027s
2026-06-18 14:10:11,697 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b8a303-cace-4a98-bb3c-015e8329afab', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b8a303-cace-4a98-bb3c-015e8329afab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:12,731 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:10:12,731 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e91278c-cc6d-4a9f-912d-33d65aabe675', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e91278c-cc6d-4a9f-912d-33d65aabe675', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:13,763 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.026s
2026-06-18 14:10:13,764 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9557ed-dd6c-449e-bd9b-700c1340c43b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9557ed-dd6c-449e-bd9b-700c1340c43b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:14,799 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.028s
2026-06-18 14:10:14,799 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d17178-4e37-4afa-a0ad-b53ff863738a', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d17178-4e37-4afa-a0ad-b53ff863738a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:15,835 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.031s
2026-06-18 14:10:15,836 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75767383-3301-4c3c-ae6c-a4f3756dfb63', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75767383-3301-4c3c-ae6c-a4f3756dfb63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:16,880 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:10:16,880 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c3470b2-fa5b-4ae1-8d60-89e62d5aa0bd', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c3470b2-fa5b-4ae1-8d60-89e62d5aa0bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:17,921 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:10:17,921 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ffcf77-506d-4cee-b133-5c15a381fc4b', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ffcf77-506d-4cee-b133-5c15a381fc4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:18,962 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:10:18,962 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd89504d-b0ab-48a0-ab3f-3c4b6d0baf36', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd89504d-b0ab-48a0-ab3f-3c4b6d0baf36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:19,997 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.029s
2026-06-18 14:10:19,998 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b2233b-5678-4125-bd16-d5f54e43f69f', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b2233b-5678-4125-bd16-d5f54e43f69f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:21,042 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:10:21,042 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd71e052-d19c-4632-b0e2-fce0eef5d5d5', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd71e052-d19c-4632-b0e2-fce0eef5d5d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:22,080 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.032s
2026-06-18 14:10:22,080 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-478f23b9-771e-447b-b40f-4f20fbf913cf', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-478f23b9-771e-447b-b40f-4f20fbf913cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:22,169 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.081s
2026-06-18 14:10:22,169 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:22 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-bc187b07-6573-4f1f-a9dd-9951255c4fc9', 'x-compute-request-id': 'req-bc187b07-6573-4f1f-a9dd-9951255c4fc9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b''
2026-06-18 14:10:22,393 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.223s
2026-06-18 14:10:22,393 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-360540bb-2be9-49b6-b9c4-921bda53b78d', 'x-compute-request-id': 'req-360540bb-2be9-49b6-b9c4-921bda53b78d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-654480950-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}, {"version": 4, "addr": "172.24.5.109", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}]}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "ACTIVE", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:10:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:10:23,629 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.228s
2026-06-18 14:10:23,629 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b65038d-524d-4a31-a04b-2abacc9c851e', 'x-compute-request-id': 'req-2b65038d-524d-4a31-a04b-2abacc9c851e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-654480950-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}, {"version": 4, "addr": "172.24.5.109", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}]}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "ACTIVE", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:10:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:10:24,806 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.171s
2026-06-18 14:10:24,806 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4c007c7-e86c-4d12-a937-c5f6e447a5ed', 'x-compute-request-id': 'req-b4c007c7-e86c-4d12-a937-c5f6e447a5ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-654480950-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}, {"version": 4, "addr": "172.24.5.109", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:9b:34"}]}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "ACTIVE", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:10:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1011139902"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:10:25,924 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.108s
2026-06-18 14:10:25,924 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0818b780-4765-40b6-87cc-d5c65517ec7f', 'x-compute-request-id': 'req-0818b780-4765-40b6-87cc-d5c65517ec7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "ACTIVE", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:10:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:10:27,049 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.118s
2026-06-18 14:10:27,049 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbe7a55-a65c-4b03-914b-1c717adeaaac', 'x-compute-request-id': 'req-8dbe7a55-a65c-4b03-914b-1c717adeaaac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "DELETED", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:10:26Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T14:07:27Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": "2026-06-18T14:10:26.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:10:27,054 106050 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-18 14:10:28,174 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.119s
2026-06-18 14:10:28,175 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0997f289-6b3f-4dd3-8ae0-fb9137b0d6cc', 'x-compute-request-id': 'req-0997f289-6b3f-4dd3-8ae0-fb9137b0d6cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:06:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "94a4e62cc23daec56d6cb059bc7691832ca0a4d329047cbb601e8aff", "id": "3e45ccea-04b4-4023-a3ba-5a601f77e58f", "image": {"id": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/images/ad08d904-482e-41e6-99f7-d75e1edaeff5"}]}, "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1789920989", "status": "DELETED", "tenant_id": "aa3c8624b3104d21b864985b794c88ca", "user_id": "9f77997323554aa69d587be7769b2d16", "updated": "2026-06-18T14:10:26Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T14:07:27Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1918683201", "OS-SRV-USG:launched_at": "2026-06-18T14:06:26.000000", "OS-SRV-USG:terminated_at": "2026-06-18T14:10:26.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:10:29,208 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f 0.027s
2026-06-18 14:10:29,208 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 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-75f3082e-86b4-48f1-b468-7543b645aede', 'x-compute-request-id': 'req-75f3082e-86b4-48f1-b468-7543b645aede', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/3e45ccea-04b4-4023-a3ba-5a601f77e58f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3e45ccea-04b4-4023-a3ba-5a601f77e58f could not be found."}}'
2026-06-18 14:10:29,238 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.197/compute/v2.1/os-keypairs/tempest-keypair-1918683201 0.029s
2026-06-18 14:10:29,238 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 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-c089b171-0cb2-402a-946e-e110138681e4', 'x-compute-request-id': 'req-c089b171-0cb2-402a-946e-e110138681e4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/compute/v2.1/os-keypairs/tempest-keypair-1918683201'}
Body: b''
2026-06-18 14:10:29,409 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.197/networking/v2.0/security-groups/f7659df9-0106-4f00-9bfd-c314f32e650d 0.170s
2026-06-18 14:10:29,409 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-71ad02c3-99ad-4748-aa94-3caaf1cf4a2b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.197/networking/v2.0/security-groups/f7659df9-0106-4f00-9bfd-c314f32e650d'}
Body: b''
2026-06-18 14:10:29,425 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.197/networking/v2.0/security-groups/f7659df9-0106-4f00-9bfd-c314f32e650d 0.015s
2026-06-18 14:10:29,425 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-12c1ee9c-5176-418c-ac79-e48532a0d666', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.197/networking/v2.0/security-groups/f7659df9-0106-4f00-9bfd-c314f32e650d'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f7659df9-0106-4f00-9bfd-c314f32e650d does not exist", "detail": ""}}'
2026-06-18 14:10:29,661 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.197/networking/v2.0/floatingips/5d8955cc-6260-44fb-ba04-686fcec939b2 0.235s
2026-06-18 14:10:29,661 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c9f8af88-efed-42bc-8573-cc39e2c6d79e', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.197/networking/v2.0/floatingips/5d8955cc-6260-44fb-ba04-686fcec939b2'}
Body: b''
2026-06-18 14:10:29,704 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.042s
2026-06-18 14:10:29,704 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 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-a2fac3ab-2229-4bd4-8946-011cdc1fe5c6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b''
2026-06-18 14:10:29,739 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.034s
2026-06-18 14:10:29,739 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5313bd47-ea9b-4f06-9646-2c7a6e51dde4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5313bd47-ea9b-4f06-9646-2c7a6e51dde4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"volume": {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:10:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/2d37b48a-bd98-4163-983a-874fe5153402"}], "user_id": "9f77997323554aa69d587be7769b2d16", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa3c8624b3104d21b864985b794c88ca"}}'
2026-06-18 14:10:30,763 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402 0.016s
2026-06-18 14:10:30,763 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:30 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-31c454f3-7da4-4ce1-b15b-4bfc11da0438', 'x-openstack-request-id': 'req-31c454f3-7da4-4ce1-b15b-4bfc11da0438', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.197/volume/v3/volumes/2d37b48a-bd98-4163-983a-874fe5153402'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d37b48a-bd98-4163-983a-874fe5153402 could not be found."}}'
2026-06-18 14:10:30,924 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/detail?all_tenants=1 0.161s
2026-06-18 14:10:30,925 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53aace05-76a6-473e-aa2e-3112ad412b5d', 'content-length': '9485', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53aace05-76a6-473e-aa2e-3112ad412b5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "57cc1ebc-c109-465c-b7e3-14cf0a8e576f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:10:27.000000", "updated_at": "2026-06-18T14:10:31.000000", "name": "", "description": "", "volume_type": "storpool", "snapshot_id": "1190976e-595d-442b-97f9-af0ea59826d2", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/57cc1ebc-c109-465c-b7e3-14cf0a8e576f"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/57cc1ebc-c109-465c-b7e3-14cf0a8e576f"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003143@storpool#template_virtual", "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": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "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": "093e3b90-191f-4ac4-81d3-b7e6eb006d40", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:10:18.000000", "updated_at": "2026-06-18T14:10:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-356427778", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/093e3b90-191f-4ac4-81d3-b7e6eb006d40"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/093e3b90-191f-4ac4-81d3-b7e6eb006d40"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003143@storpool#template_virtual", "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": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "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": "d37e0b2e-e839-4abb-8645-05477e22b7ce", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:09:47.000000", "updated_at": "2026-06-18T14:10:24.000000", "name": "tempest-VolumesBackupsTest-Volume-1190178770", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/d37e0b2e-e839-4abb-8645-05477e22b7ce"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/d37e0b2e-e839-4abb-8645-05477e22b7ce"}], "user_id": "54fa5c8b5221458785126ccfb49f2e5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "524b96c243f74392982fb11ed007a2ac", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003143@storpool#default"}, {"id": "b2ea13c0-1ed3-4a79-93e8-ece9d89ec2a7",
2026-06-18 14:10:30,972 106050 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.197/volume/v3/types/cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1 0.034s
2026-06-18 14:10:30,972 106050 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:10:30 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-66718630-be7d-4902-a297-e15af9452703', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/volume/v3/types/cc9a8276-d4b5-4bb7-9dbd-c8be6aaf32c1'}
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 2d37b48a-bd98-4163-983a-874fe5153402 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
pt3.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
pt4.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
ft4.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 14:04:05,092 106054 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1149457279 on backend None
2026-06-18 14:04:05,122 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.197/volume/v3/types 0.029s
2026-06-18 14:04:05,122 106054 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-1149457279", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ba3ac7-c3df-414d-a680-b6f0a70b56f0', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ba3ac7-c3df-414d-a680-b6f0a70b56f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/types'}
Body: b'{"volume_type": {"id": "559885c1-43c9-47db-8f6e-9191fb4debd9", "name": "tempest-scenario-type-luks2-1149457279", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 14:04:05,123 106054 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 559885c1-43c9-47db-8f6e-9191fb4debd9
2026-06-18 14:04:05,148 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.197/volume/v3/types/559885c1-43c9-47db-8f6e-9191fb4debd9/encryption 0.025s
2026-06-18 14:04:05,149 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417ca5a6-be38-4392-b4f4-ea55874ac518', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417ca5a6-be38-4392-b4f4-ea55874ac518', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/types/559885c1-43c9-47db-8f6e-9191fb4debd9/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "559885c1-43c9-47db-8f6e-9191fb4debd9", "encryption_id": "77c87dec-2374-4d74-8c1e-5dbc9ca8ab29"}}'
2026-06-18 14:04:05,328 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.197/volume/v3/volumes 0.178s
2026-06-18 14:04:05,328 106054 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-849432003", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-698a8eea-432f-4251-8de5-3dd1c3140647', 'content-length': '780', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-698a8eea-432f-4251-8de5-3dd1c3140647', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/volume/v3/volumes'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.267737", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 14:04:05,375 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.040s
2026-06-18 14:04:05,375 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b0de9e-0b40-4275-8431-82b98610e505', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b0de9e-0b40-4275-8431-82b98610e505', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:06,421 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.037s
2026-06-18 14:04:06,421 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ebffb96-64e5-4272-8ca4-ad099d8648ae', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ebffb96-64e5-4272-8ca4-ad099d8648ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:05.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:06,431 106054 INFO [tempest.common.waiters] volume 183cdc16-fd66-48fb-a868-3b6c2531df12 reached available after waiting for 1.430972 seconds
2026-06-18 14:04:06,462 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:04:06,462 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd0bb76-c3bd-4853-a491-54e1adc7291e', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dd0bb76-c3bd-4853-a491-54e1adc7291e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:05.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:06,491 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12/action 0.024s
2026-06-18 14:04:06,492 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-821b48ba-d904-435f-8bb2-24201e9b2752', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-821b48ba-d904-435f-8bb2-24201e9b2752', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12/action'}
Body: b''
2026-06-18 14:04:06,542 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.197/identity/v3/auth/tokens 0.048s
2026-06-18 14:04:06,543 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2938', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-55536c81-bbcd-429d-bd10-7591b757726f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.197/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f452b268de994ed3b232344f3641bf77", "name": "tempest-TestVolumeBootPattern-1246288365-project-member", "password_expires_at": null}, "audit_ids": ["c0CEttMWQcSmoqPwCPpn7w"], "expires_at": "2026-06-18T15:04:06.000000Z", "issued_at": "2026-06-18T14:04:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2602cd8570e54f8abbf39cd7d7987cf0", "name": "tempest-TestVolumeBootPattern-1246288365"}, "is_domain": false, "roles": [{"id": "4559376e19534e998dbf83015e5e229d", "name": "reader"}, {"id": "461d1ea06adb452782e11217cdd31914", "name": "member"}], "catalog": [{"endpoints": [{"id": "65fdf9af79bd406eb9bd5991c6bec7a4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/compute/v2.1", "region": "RegionOne"}], "id": "34fa0a1d0d9444f58185d6c81aecfb96", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "c6af9481f2dc49b490424241942e31c4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/volume/v3", "region": "RegionOne"}], "id": "4d2d3f274c754a588aebdad7e75b0d1b", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "24b8b0b855f640c6bc8beb1287c5e256", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.197:8080", "region": "RegionOne"}, {"id": "d556dcf7be604962aad2206f6810efc9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197:8080/v1/AUTH_2602cd8570e54f8abbf39cd7d7987cf0", "region": "RegionOne"}], "id": "73bf840db7f64ec8a1be683c18c8d614", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "399276f52faa4f608474ab073b3d3849", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/placement", "region": "RegionOne"}], "id": "8e7448e68daf4c6c81a2ee7f2e9ca407", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "3961a505cb424965bc7ab17a101d8ac9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/compute/v2/2602cd8570e54f8abbf39cd7d7987cf0", "region": "RegionOne"}], "id": "a5718fd2068949acb5e7d3616282bd57", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "5a478b9d31274418bd63a3786df388c8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/identity", "region": "RegionOne"}], "id": "b41d41a44e5e4d9bb71ab0f80c29ed4f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "a7efc8ed10b4426a892fe01f558b2576", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/image", "region": "RegionOne"}], "id": "e476e1684e864c938f23e1e479e8101a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "38921a5c0b274e2f976ebb7110e9b152", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.197/networking", "region": "RegionOne"}], "id": "eb282fde68384f7eaadf70066f6aa0f2", "type": "network", "name": "neutron"}]}}'
2026-06-18 14:04:06,543 106054 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'fcccf8ee-8bc6-406b-8bfd-7008ad07d072', 'name': 'tempest-TestVolumeBootPattern-595441449-network', 'tenant_id': '2602cd8570e54f8abbf39cd7d7987cf0', 'project_id': '2602cd8570e54f8abbf39cd7d7987cf0', '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': 42648, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-18T14:03:20Z', 'updated_at': '2026-06-18T14:03:20Z', 'revision_number': 1} available for tenant
2026-06-18 14:04:07,125 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.197/compute/v2.1/servers 0.581s
2026-06-18 14:04:07,125 106054 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-572913867", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "183cdc16-fd66-48fb-a868-3b6c2531df12", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "fcccf8ee-8bc6-406b-8bfd-7008ad07d072"}]}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b1d409d-655f-4141-8616-6ef38b04bfd5', 'x-compute-request-id': 'req-2b1d409d-655f-4141-8616-6ef38b04bfd5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.197/compute/v2.1/servers'}
Body: b'{"server": {"id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "M9gQRJP972b3"}}'
2026-06-18 14:04:07,268 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.141s
2026-06-18 14:04:07,268 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:07 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-f7854893-ffd7-4094-810c-fb9191dc207f', 'x-compute-request-id': 'req-f7854893-ffd7-4094-810c-fb9191dc207f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:04:08,364 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.087s
2026-06-18 14:04:08,364 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:08 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-63acb890-c64a-4c9f-bf94-368c3644a528', 'x-compute-request-id': 'req-63acb890-c64a-4c9f-bf94-368c3644a528', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04: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": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:08,371 106054 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-18 14:04:09,462 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.090s
2026-06-18 14:04:09,462 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:09 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-86c2a1b8-3305-493d-8729-036405786cc1', 'x-compute-request-id': 'req-86c2a1b8-3305-493d-8729-036405786cc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:09Z", "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": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:10,544 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.073s
2026-06-18 14:04:10,544 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:10 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-c83ab620-4348-4678-bef6-db270dbeb335', 'x-compute-request-id': 'req-c83ab620-4348-4678-bef6-db270dbeb335', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:09Z", "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": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:11,654 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.105s
2026-06-18 14:04:11,655 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:11 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-92fba9cc-2dfb-4a55-b074-401413ba9d21', 'x-compute-request-id': 'req-92fba9cc-2dfb-4a55-b074-401413ba9d21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04: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": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:11,660 106054 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-18 14:04:12,827 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.167s
2026-06-18 14:04:12,828 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1202', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3680cef8-6188-42e6-8f63-1c851e6d0774', 'x-compute-request-id': 'req-3680cef8-6188-42e6-8f63-1c851e6d0774', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04: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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:14,025 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.189s
2026-06-18 14:04:14,025 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:13 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-40a39990-b758-4563-a5ed-be0f369be81b', 'x-compute-request-id': 'req-40a39990-b758-4563-a5ed-be0f369be81b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:13Z", "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": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:14,031 106054 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-06-18 14:04:15,223 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.192s
2026-06-18 14:04:15,223 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:15 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-3c347be7-429b-4d24-91dd-352ccc727c1e', 'x-compute-request-id': 'req-3c347be7-429b-4d24-91dd-352ccc727c1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:15Z", "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": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:15,229 106054 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-18 14:04:16,385 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.155s
2026-06-18 14:04:16,385 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:16 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-372a6b3e-77fa-491d-8571-65ef110e87d5', 'x-compute-request-id': 'req-372a6b3e-77fa-491d-8571-65ef110e87d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:15Z", "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": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:17,648 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.256s
2026-06-18 14:04:17,648 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:17 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-d49b860a-858b-488b-b8c7-ada2e117335c', 'x-compute-request-id': 'req-d49b860a-858b-488b-b8c7-ada2e117335c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T14:04:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.197/compute/flavors/42"}]}, "hostId": "b31ac1630092c459acd80d5629b6ba46d630247361603d39767d601a", "id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}, {"rel": "bookmark", "href": "https://10.4.3.197/compute/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-572913867", "status": "BUILD", "tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0", "user_id": "f452b268de994ed3b232344f3641bf77", "updated": "2026-06-18T14:04:15Z", "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": "183cdc16-fd66-48fb-a868-3b6c2531df12"}]}}'
2026-06-18 14:04:18,711 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.056s
2026-06-18 14:04:18,711 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 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': '147', 'x-openstack-request-id': 'req-ad317261-611d-427c-bdea-7c51e46862a4', 'x-compute-request-id': 'req-ad317261-611d-427c-bdea-7c51e46862a4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:18,769 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.057s
2026-06-18 14:04:18,769 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 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': '147', 'x-openstack-request-id': 'req-a22fb2c4-5ffb-442c-aeaf-d3dc6b1b0a14', 'x-compute-request-id': 'req-a22fb2c4-5ffb-442c-aeaf-d3dc6b1b0a14', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:18,769 106054 ERROR [tempest.common.compute] Deleting server b88fc67b-3916-4259-88b0-0b82e8d478bb failed
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:18.769 106054 ERROR tempest.common.compute
2026-06-18 14:04:18,836 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb 0.061s
2026-06-18 14:04:18,837 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 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': '147', 'x-openstack-request-id': 'req-fb9e475b-07b7-4a3e-a0db-d261f7b51e57', 'x-compute-request-id': 'req-fb9e475b-07b7-4a3e-a0db-d261f7b51e57', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/compute/v2.1/servers/b88fc67b-3916-4259-88b0-0b82e8d478bb'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 14:04:18,837 106054 ERROR [tempest.common.compute] Server b88fc67b-3916-4259-88b0-0b82e8d478bb failed to delete in time
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 14:04:18.837 106054 ERROR tempest.common.compute
2026-06-18 14:04:18,915 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.074s
2026-06-18 14:04:18,915 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0710e9b2-62c9-41bf-91d7-554c4cff1935', 'x-openstack-request-id': 'req-0710e9b2-62c9-41bf-91d7-554c4cff1935', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 14:04:18,916 106054 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method VolumesClient.delete_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x7026d9912120>>, retrying...
2026-06-18 14:04:23,995 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.079s
2026-06-18 14:04:23,995 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-518d8f39-e222-4dd0-b720-078a8af3ec5e', 'x-openstack-request-id': 'req-518d8f39-e222-4dd0-b720-078a8af3ec5e', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
2026-06-18 14:04:24,024 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:04:24,024 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ddbdab8-0143-4d93-9acf-abd069480c44', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ddbdab8-0143-4d93-9acf-abd069480c44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:25,071 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.042s
2026-06-18 14:04:25,071 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9ccff77-bd2c-4284-a1e9-4e54fa3f5136', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9ccff77-bd2c-4284-a1e9-4e54fa3f5136', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:26,107 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.024s
2026-06-18 14:04:26,108 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ba8554-72bc-4a59-b396-0192946932b6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ba8554-72bc-4a59-b396-0192946932b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:27,141 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:04:27,141 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4530c61-85bb-4e6a-8d64-bd19d90d13a2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4530c61-85bb-4e6a-8d64-bd19d90d13a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:28,185 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:04:28,185 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d085f8d-47db-4c60-a8e2-d073f6348094', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d085f8d-47db-4c60-a8e2-d073f6348094', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:29,225 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:04:29,225 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-841406fd-78a4-4adf-bd47-ea8149d1877b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-841406fd-78a4-4adf-bd47-ea8149d1877b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:30,284 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.051s
2026-06-18 14:04:30,284 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d06aa15-c28a-4c2c-9175-e0c1ed1e75e1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d06aa15-c28a-4c2c-9175-e0c1ed1e75e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:31,350 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.057s
2026-06-18 14:04:31,350 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5c6680b-af52-49a6-b397-29197a903357', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5c6680b-af52-49a6-b397-29197a903357', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:32,395 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.036s
2026-06-18 14:04:32,395 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0027ff13-f690-4945-ab9d-d02cd4833614', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0027ff13-f690-4945-ab9d-d02cd4833614', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:33,432 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:04:33,433 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee674ed-cdd1-482f-afe7-e442ce60ce2e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee674ed-cdd1-482f-afe7-e442ce60ce2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:34,482 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.039s
2026-06-18 14:04:34,482 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f78a18-ac4b-42db-9731-97c64ee030a5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f78a18-ac4b-42db-9731-97c64ee030a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:35,528 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.039s
2026-06-18 14:04:35,528 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be28f23a-d759-4996-9326-19437ec88dff', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be28f23a-d759-4996-9326-19437ec88dff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:36,583 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.047s
2026-06-18 14:04:36,584 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aadf19c-5d13-4991-aa05-38e895bb00ac', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aadf19c-5d13-4991-aa05-38e895bb00ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:37,625 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:04:37,626 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80181fff-a799-4458-9efa-ad02367976c5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80181fff-a799-4458-9efa-ad02367976c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:38,669 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:04:38,669 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886f924c-dd22-41b3-b722-61928fc5da59', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886f924c-dd22-41b3-b722-61928fc5da59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:39,716 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.040s
2026-06-18 14:04:39,716 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-043d23c6-17e2-4969-a62c-4d04be491c90', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-043d23c6-17e2-4969-a62c-4d04be491c90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:40,749 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:04:40,750 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ef32fbf-bb90-40e2-a506-654a8ec29c5c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ef32fbf-bb90-40e2-a506-654a8ec29c5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:41,793 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:04:41,793 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46492f75-b0e5-40c5-a0c4-4d29d91488fb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46492f75-b0e5-40c5-a0c4-4d29d91488fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:42,852 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.052s
2026-06-18 14:04:42,852 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0737402-f1c6-4932-9fea-1d56c2f5fa07', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0737402-f1c6-4932-9fea-1d56c2f5fa07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:43,910 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.049s
2026-06-18 14:04:43,911 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5304b17-5000-451e-8d9e-4541bc2abd14', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5304b17-5000-451e-8d9e-4541bc2abd14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:44,952 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:04:44,952 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ad3343-1003-49c3-9833-cdb678fc1728', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ad3343-1003-49c3-9833-cdb678fc1728', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:45,993 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:04:45,993 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5226216c-ddb7-4b9a-8f2f-486832f3df55', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5226216c-ddb7-4b9a-8f2f-486832f3df55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:47,031 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:04:47,032 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea957b7d-51aa-4e9b-b754-be92b66bed0d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea957b7d-51aa-4e9b-b754-be92b66bed0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:48,081 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:04:48,081 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19bb439c-3a9d-4080-b5fe-ed9d945bd8a9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19bb439c-3a9d-4080-b5fe-ed9d945bd8a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:49,118 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:04:49,118 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce9f81b-a4d8-45d9-b321-c94a4d3cbdcf', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce9f81b-a4d8-45d9-b321-c94a4d3cbdcf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:50,162 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:04:50,162 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372aaa2b-fc41-4bfe-96f9-3cf6983e7420', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372aaa2b-fc41-4bfe-96f9-3cf6983e7420', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:51,198 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:04:51,198 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1566e383-6402-40bc-b0af-6709ba59f0ab', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1566e383-6402-40bc-b0af-6709ba59f0ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:52,243 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:04:52,244 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4edf3f84-dd5b-4ab4-9b2f-8c2fcac9f122', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4edf3f84-dd5b-4ab4-9b2f-8c2fcac9f122', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:53,285 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:04:53,285 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a040cfb5-538c-41a0-99d9-4eed6df4ee09', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a040cfb5-538c-41a0-99d9-4eed6df4ee09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:54,349 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.055s
2026-06-18 14:04:54,350 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c01a3663-f16f-4397-a000-42fa3a9ce3f4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c01a3663-f16f-4397-a000-42fa3a9ce3f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:55,399 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.039s
2026-06-18 14:04:55,399 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43232160-ac24-4cd0-a607-75a2b8d22896', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43232160-ac24-4cd0-a607-75a2b8d22896', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:56,440 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:04:56,441 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923223f5-6d47-40ef-9da5-efca39c418b6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923223f5-6d47-40ef-9da5-efca39c418b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:57,493 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:04:57,493 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3894efc1-d10d-44ce-9872-b38f18abd196', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3894efc1-d10d-44ce-9872-b38f18abd196', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:58,532 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:04:58,533 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-641ba10c-54ab-4f20-a5cc-d81c57e024fb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-641ba10c-54ab-4f20-a5cc-d81c57e024fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:04:59,752 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.213s
2026-06-18 14:04:59,753 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:04:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4c067-fa88-4b76-818c-f2700067a1a4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4c067-fa88-4b76-818c-f2700067a1a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:00,791 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:05:00,791 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2478137c-a6e3-4430-bfb4-1bcfdc9a459b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2478137c-a6e3-4430-bfb4-1bcfdc9a459b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:01,858 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.053s
2026-06-18 14:05:01,858 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53da3a95-de34-43cc-a8d9-fdefe4b98e34', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53da3a95-de34-43cc-a8d9-fdefe4b98e34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:02,895 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:05:02,895 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0865b2b2-9d60-4b82-a6c5-02ed7e27903f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0865b2b2-9d60-4b82-a6c5-02ed7e27903f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:03,941 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.040s
2026-06-18 14:05:03,941 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f49b66-e1f5-4b88-84b8-06e3d8632fd1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f49b66-e1f5-4b88-84b8-06e3d8632fd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:04,991 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:05:04,991 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1031a21-9838-4faa-8cc5-961f4b485d82', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1031a21-9838-4faa-8cc5-961f4b485d82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:06,023 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.025s
2026-06-18 14:05:06,023 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-609642b6-e8b4-434e-a8af-b89df0853761', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-609642b6-e8b4-434e-a8af-b89df0853761', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:07,057 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:05:07,058 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875cca41-14c1-4856-9d45-47632f16b6f2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875cca41-14c1-4856-9d45-47632f16b6f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:08,107 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.043s
2026-06-18 14:05:08,107 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6176c277-745a-469a-9246-c965287b37fb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6176c277-745a-469a-9246-c965287b37fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:09,150 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:05:09,150 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062e829f-7f64-4a19-914a-27159d3f6875', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062e829f-7f64-4a19-914a-27159d3f6875', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:10,216 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.056s
2026-06-18 14:05:10,217 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04ab00e-fb6f-4c3c-9e3b-29022de82220', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04ab00e-fb6f-4c3c-9e3b-29022de82220', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:11,255 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:05:11,255 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00812a51-4f34-4ed1-8aa8-5e50271e7443', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00812a51-4f34-4ed1-8aa8-5e50271e7443', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:12,298 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.036s
2026-06-18 14:05:12,299 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37947536-445d-451e-890b-2360b5456de7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37947536-445d-451e-890b-2360b5456de7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:13,371 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.065s
2026-06-18 14:05:13,371 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29cd7e4a-b9fd-4837-a972-ddf0177c104b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29cd7e4a-b9fd-4837-a972-ddf0177c104b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:14,406 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.026s
2026-06-18 14:05:14,406 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e34d9f73-1359-4fcd-adff-984fdebdb1c0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e34d9f73-1359-4fcd-adff-984fdebdb1c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:15,436 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.025s
2026-06-18 14:05:15,437 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6156ed27-5144-4149-8ae9-c70e5c2f5770', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6156ed27-5144-4149-8ae9-c70e5c2f5770', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:16,475 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:05:16,475 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f523b32-ad62-4271-97e1-4d2d8513e233', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f523b32-ad62-4271-97e1-4d2d8513e233', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:17,526 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:05:17,526 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d9ca2b-fd87-402d-8638-aed8ab3896da', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d9ca2b-fd87-402d-8638-aed8ab3896da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:18,559 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:05:18,560 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3874246-40ef-4b18-9416-bb41226a8759', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3874246-40ef-4b18-9416-bb41226a8759', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:19,596 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:05:19,596 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28ca1a35-1a59-411f-b181-8c60b56a8843', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ca1a35-1a59-411f-b181-8c60b56a8843', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:20,631 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:05:20,631 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c425ca3e-908f-4b94-95f0-e2445637b926', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c425ca3e-908f-4b94-95f0-e2445637b926', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:21,676 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.039s
2026-06-18 14:05:21,676 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee02fc1-3255-4512-b799-c659194e33c1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee02fc1-3255-4512-b799-c659194e33c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:22,715 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:05:22,715 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24aab8e2-641f-4f0d-8057-f35f31497e97', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24aab8e2-641f-4f0d-8057-f35f31497e97', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:23,748 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:05:23,748 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e722370f-eea0-45a6-ab7c-1cea0b520f83', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e722370f-eea0-45a6-ab7c-1cea0b520f83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:24,785 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:05:24,786 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe84a3e-f980-455d-bdf7-1e6399696569', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe84a3e-f980-455d-bdf7-1e6399696569', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:25,829 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:05:25,830 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6ef7c23-c7ad-4791-af51-1a23a4560404', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6ef7c23-c7ad-4791-af51-1a23a4560404', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:26,871 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:05:26,871 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685a1b25-6acb-4f84-9246-939d9a153d02', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685a1b25-6acb-4f84-9246-939d9a153d02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:27,907 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:05:27,907 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6adecc11-c97d-4e85-8f39-df2d5bb4ad8a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6adecc11-c97d-4e85-8f39-df2d5bb4ad8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:28,973 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.060s
2026-06-18 14:05:28,974 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709eb729-fed7-4476-aa59-3740b9e39046', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709eb729-fed7-4476-aa59-3740b9e39046', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:30,024 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.041s
2026-06-18 14:05:30,024 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71b85ee-b708-4d91-ba00-57d995c6cbe2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71b85ee-b708-4d91-ba00-57d995c6cbe2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:31,072 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.041s
2026-06-18 14:05:31,072 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfbd7208-4ac0-49dc-8243-626ac253e505', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfbd7208-4ac0-49dc-8243-626ac253e505', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:32,126 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.046s
2026-06-18 14:05:32,126 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b720977-0b09-44d0-b5d4-1ec18166da93', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b720977-0b09-44d0-b5d4-1ec18166da93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:33,164 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:05:33,164 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c528e87-7c6f-4770-8a7b-b6be5111389d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c528e87-7c6f-4770-8a7b-b6be5111389d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:34,208 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.037s
2026-06-18 14:05:34,208 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64dcb0f-905d-4563-aa86-01661daf8b8d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64dcb0f-905d-4563-aa86-01661daf8b8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:35,241 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.025s
2026-06-18 14:05:35,241 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e5d23d-1bd1-4289-9cdc-bc3fc224bc75', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e5d23d-1bd1-4289-9cdc-bc3fc224bc75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:36,279 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:05:36,280 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daa9c47e-4d6a-4dae-b12c-4fe46bc9af23', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daa9c47e-4d6a-4dae-b12c-4fe46bc9af23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:37,319 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:05:37,320 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c394c267-1b30-4ea7-b19e-122ef9d6f3bd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c394c267-1b30-4ea7-b19e-122ef9d6f3bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:38,373 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.042s
2026-06-18 14:05:38,373 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa1223cb-3eb9-47ca-830f-9efbc636a211', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa1223cb-3eb9-47ca-830f-9efbc636a211', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:39,414 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:05:39,414 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7c50d7-e41e-4ea3-9957-09018b4789ea', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d7c50d7-e41e-4ea3-9957-09018b4789ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:40,452 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:05:40,452 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc8c279d-f683-4110-a7ed-239a33487df3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc8c279d-f683-4110-a7ed-239a33487df3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:41,496 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:05:41,497 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8341a329-a640-4567-9176-fc9b679c028f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8341a329-a640-4567-9176-fc9b679c028f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:42,532 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:05:42,532 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1fb1cd2-70b3-4c07-98c3-0f0fcbd8af87', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1fb1cd2-70b3-4c07-98c3-0f0fcbd8af87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:43,566 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:05:43,567 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a962d52a-2e2a-4730-b93b-421cb87ed652', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a962d52a-2e2a-4730-b93b-421cb87ed652', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:44,606 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:05:44,606 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0d40dc-9b72-486a-8107-12c649b8dbc5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0d40dc-9b72-486a-8107-12c649b8dbc5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:45,640 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:05:45,641 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14318075-8dcc-4d1e-857d-f7480bd13a04', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14318075-8dcc-4d1e-857d-f7480bd13a04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:46,691 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.042s
2026-06-18 14:05:46,691 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb51525-7f4c-40bf-9a66-22cf11c16461', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb51525-7f4c-40bf-9a66-22cf11c16461', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:47,729 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:05:47,729 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d31bbe5-7eaf-4807-b2a8-3c2ef2253800', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d31bbe5-7eaf-4807-b2a8-3c2ef2253800', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:48,763 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:05:48,763 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c526aa-bdcd-4cbe-9b2d-38853924180f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c526aa-bdcd-4cbe-9b2d-38853924180f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:49,801 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:05:49,801 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbf69ee-cfe2-4f9f-abff-c84ec79f90c4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbf69ee-cfe2-4f9f-abff-c84ec79f90c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:50,839 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:05:50,839 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb9664d-348b-48cf-8f64-feee67818d18', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb9664d-348b-48cf-8f64-feee67818d18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:51,889 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.043s
2026-06-18 14:05:51,889 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a40aee-9ed9-4ffc-9b0c-5e37ff21b1fe', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a40aee-9ed9-4ffc-9b0c-5e37ff21b1fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:52,936 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.040s
2026-06-18 14:05:52,936 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b219a688-566e-4462-8115-562a59203f46', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b219a688-566e-4462-8115-562a59203f46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:53,969 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:05:53,970 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-978e3edb-7d60-44cb-97d5-7e4e43cc4bee', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-978e3edb-7d60-44cb-97d5-7e4e43cc4bee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:55,005 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:05:55,005 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b096e53c-45ab-436f-bf35-825ca27b2e8e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b096e53c-45ab-436f-bf35-825ca27b2e8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:56,037 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.026s
2026-06-18 14:05:56,037 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1991b30d-6b12-4811-98d0-c7db70de487f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1991b30d-6b12-4811-98d0-c7db70de487f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:57,095 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.052s
2026-06-18 14:05:57,095 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a911806-ac56-4f90-a7dd-f97f5eee2b77', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a911806-ac56-4f90-a7dd-f97f5eee2b77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:58,133 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:05:58,133 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f0f2422-4780-4846-b112-66194e9b9575', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f0f2422-4780-4846-b112-66194e9b9575', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:05:59,181 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.040s
2026-06-18 14:05:59,181 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:05:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7798ca2c-6914-4165-85af-a2f9c71c0c94', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7798ca2c-6914-4165-85af-a2f9c71c0c94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:00,219 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:06:00,219 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b01c86-b0f1-4f34-a5d1-1768d1338718', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b01c86-b0f1-4f34-a5d1-1768d1338718', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:01,258 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:06:01,258 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b80a3c-ebf5-4580-a67c-0c4a7f859639', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b80a3c-ebf5-4580-a67c-0c4a7f859639', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:02,298 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:06:02,299 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58bb0a57-139b-490e-8154-bda8f97662a6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58bb0a57-139b-490e-8154-bda8f97662a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:03,348 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:06:03,348 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6142c3b7-5638-40dc-a7d4-de143b2c1b03', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6142c3b7-5638-40dc-a7d4-de143b2c1b03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:04,385 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:04,385 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-006a7a2a-f2da-4dd4-af88-535ea291d963', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-006a7a2a-f2da-4dd4-af88-535ea291d963', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:05,429 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.037s
2026-06-18 14:06:05,430 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e38845-5cc8-4e94-9060-1aafdc0c3e8c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e38845-5cc8-4e94-9060-1aafdc0c3e8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:06,479 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.043s
2026-06-18 14:06:06,480 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29722b4f-23ac-4be7-82ca-34202c3fb690', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29722b4f-23ac-4be7-82ca-34202c3fb690', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:07,521 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:06:07,521 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcba78d2-c697-4a36-bf6d-2f3b27ef2397', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcba78d2-c697-4a36-bf6d-2f3b27ef2397', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:08,567 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:06:08,567 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eb2c3c8-1ec9-4e34-9910-cabdd0a577e5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eb2c3c8-1ec9-4e34-9910-cabdd0a577e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:09,608 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:06:09,608 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f6aa984-3f00-4f1f-8cdf-79d14fff497f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f6aa984-3f00-4f1f-8cdf-79d14fff497f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:10,644 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:10,645 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b891f4d8-d5c6-44e5-abfa-0523be279df5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b891f4d8-d5c6-44e5-abfa-0523be279df5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:11,684 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:06:11,685 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950f6dfa-3500-45b3-b8d5-4c985688afd5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950f6dfa-3500-45b3-b8d5-4c985688afd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:12,722 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:06:12,722 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f35489a-b438-4790-aaac-2c95d64c5090', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f35489a-b438-4790-aaac-2c95d64c5090', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:13,757 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:06:13,758 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183fe2d3-5c20-4d03-bf92-8d3d07823d84', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183fe2d3-5c20-4d03-bf92-8d3d07823d84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:14,800 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:06:14,800 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b560fe8d-3793-43d7-8b6e-f96fb89ad459', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b560fe8d-3793-43d7-8b6e-f96fb89ad459', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:15,831 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.026s
2026-06-18 14:06:15,832 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb13131-0915-4b8a-96c5-e2a608caca04', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb13131-0915-4b8a-96c5-e2a608caca04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:16,866 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:16,867 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-552a3cf6-836a-4df1-bf60-9b5ccd43e4ab', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-552a3cf6-836a-4df1-bf60-9b5ccd43e4ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:17,900 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:17,900 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956a6bb0-ef89-4012-b14d-d5ab392d469f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956a6bb0-ef89-4012-b14d-d5ab392d469f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:18,937 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:06:18,938 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01463dee-3d03-4b14-bb5c-95203e5625e1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01463dee-3d03-4b14-bb5c-95203e5625e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:19,974 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:06:19,974 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c6051fe-3f87-452c-aacb-bf11ace7287e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c6051fe-3f87-452c-aacb-bf11ace7287e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:21,013 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:06:21,013 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec291e4e-1229-4730-869f-d64c8b5fd567', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec291e4e-1229-4730-869f-d64c8b5fd567', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:22,065 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.046s
2026-06-18 14:06:22,065 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b2ab185-9ae2-4a36-a526-2d4d90da5906', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b2ab185-9ae2-4a36-a526-2d4d90da5906', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:23,097 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.023s
2026-06-18 14:06:23,097 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9f8932-628f-4831-b733-5ee1202a2f89', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9f8932-628f-4831-b733-5ee1202a2f89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:24,139 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.037s
2026-06-18 14:06:24,139 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc72323e-012d-4ccc-b37b-bee3e4010b2f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc72323e-012d-4ccc-b37b-bee3e4010b2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:25,177 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:06:25,178 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54154c64-2575-400d-b122-359be5f24ddc', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54154c64-2575-400d-b122-359be5f24ddc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:26,213 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:26,213 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f73f207-2de1-4060-89a8-242f50f81de3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f73f207-2de1-4060-89a8-242f50f81de3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:27,259 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.038s
2026-06-18 14:06:27,259 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75aefda5-f207-4310-9c48-de71ffac20f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75aefda5-f207-4310-9c48-de71ffac20f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:28,292 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:28,293 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c2c7e9-e7b2-4496-9a26-79614aa407f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c2c7e9-e7b2-4496-9a26-79614aa407f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:29,339 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.041s
2026-06-18 14:06:29,339 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad4d9519-3b78-4bab-9c49-7a6a761ea092', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad4d9519-3b78-4bab-9c49-7a6a761ea092', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:30,391 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:06:30,391 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a0045d-3961-4b71-98e9-e303f02ac8a8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a0045d-3961-4b71-98e9-e303f02ac8a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:31,430 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:06:31,431 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-470f5ec3-8ad7-4500-ae58-2e28d4054c36', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-470f5ec3-8ad7-4500-ae58-2e28d4054c36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:32,469 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:32,469 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc1bda4-4e7a-4114-ab1f-56645834ef6c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc1bda4-4e7a-4114-ab1f-56645834ef6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:33,522 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.047s
2026-06-18 14:06:33,523 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40b9a694-0880-4fe0-9ee9-5a6cce536863', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40b9a694-0880-4fe0-9ee9-5a6cce536863', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:34,563 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:06:34,563 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374ca889-6928-4050-95a9-e002443f1772', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374ca889-6928-4050-95a9-e002443f1772', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:35,603 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:06:35,603 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5356f83-8115-4db3-b97c-26d5fc028988', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5356f83-8115-4db3-b97c-26d5fc028988', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:36,639 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:06:36,640 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c842e54-c7bc-4dbb-b1af-83f07c92d267', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c842e54-c7bc-4dbb-b1af-83f07c92d267', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:37,672 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.026s
2026-06-18 14:06:37,672 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c21657-1890-4eea-9d67-6f33710e5b6e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c21657-1890-4eea-9d67-6f33710e5b6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:38,702 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.025s
2026-06-18 14:06:38,703 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9352f702-c7c8-4bb2-a01d-78a55855ddaf', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9352f702-c7c8-4bb2-a01d-78a55855ddaf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:39,743 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:06:39,743 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41239c0-0ed4-4ea9-a3ec-b21942b96d6c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41239c0-0ed4-4ea9-a3ec-b21942b96d6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:40,780 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:40,781 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4bdad8c-824f-4f55-b2ac-9fd10d4bff1c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4bdad8c-824f-4f55-b2ac-9fd10d4bff1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:41,815 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:41,815 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e23d44-2a56-492e-9116-906c24b71e80', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e23d44-2a56-492e-9116-906c24b71e80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:42,848 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:06:42,848 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b70a204-1a40-43c1-92eb-909a79705d9d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b70a204-1a40-43c1-92eb-909a79705d9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:43,883 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:43,883 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ce030f-1a83-43b2-82ad-fb1f09c7613a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ce030f-1a83-43b2-82ad-fb1f09c7613a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:44,923 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:06:44,924 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a03deac5-f6b2-4c1e-ade0-e5b168c5cdd1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a03deac5-f6b2-4c1e-ade0-e5b168c5cdd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:45,964 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:06:45,964 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09058f5-87a9-4a35-9978-1d3a653f0ad8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09058f5-87a9-4a35-9978-1d3a653f0ad8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:46,999 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:06:46,999 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c07eaf6-9768-49a5-bc9c-c46222dcc6a5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c07eaf6-9768-49a5-bc9c-c46222dcc6a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:48,035 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:48,036 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15cd874-60f8-4f4b-b16a-30477159f6c7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15cd874-60f8-4f4b-b16a-30477159f6c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:49,074 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:06:49,075 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4baa3918-cd0c-47d9-908f-39bf79055b91', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4baa3918-cd0c-47d9-908f-39bf79055b91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:50,116 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:06:50,116 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57096518-d7c2-481f-908b-b714ffe51f46', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57096518-d7c2-481f-908b-b714ffe51f46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:51,151 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:51,152 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7382110-36c0-40cf-80df-833f46ef691d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7382110-36c0-40cf-80df-833f46ef691d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:52,184 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:06:52,185 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d7b9cb-cae3-426f-95fe-0c6a611383ac', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d7b9cb-cae3-426f-95fe-0c6a611383ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:53,219 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:06:53,220 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5577db-8506-4f2d-89fd-4c579f62f7bb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5577db-8506-4f2d-89fd-4c579f62f7bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:54,252 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:06:54,252 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad21915b-1552-4c50-9435-b55ca6becf25', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad21915b-1552-4c50-9435-b55ca6becf25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:55,291 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:06:55,292 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0d1d5e7-6e4c-44b9-98b2-63f142756900', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0d1d5e7-6e4c-44b9-98b2-63f142756900', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:56,333 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.035s
2026-06-18 14:06:56,334 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee84eb8-1550-4f2a-a894-d20574127ca6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee84eb8-1550-4f2a-a894-d20574127ca6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:57,363 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.023s
2026-06-18 14:06:57,363 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eadbfb4e-4992-4f6c-a176-d9e190cd7f3c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eadbfb4e-4992-4f6c-a176-d9e190cd7f3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:58,399 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:06:58,399 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c2c1527-ca1d-4de3-9f01-bd7de759ac13', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c2c1527-ca1d-4de3-9f01-bd7de759ac13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:06:59,431 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.026s
2026-06-18 14:06:59,431 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:06:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd9f3541-a97d-4e00-b69c-813535948f6f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd9f3541-a97d-4e00-b69c-813535948f6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:00,465 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:07:00,465 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42aacb44-3f4e-4182-bb7e-2d8ff65d53e9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42aacb44-3f4e-4182-bb7e-2d8ff65d53e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:01,498 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:07:01,498 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce849d16-21a7-4cdc-baa6-4a47d8d9fd43', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce849d16-21a7-4cdc-baa6-4a47d8d9fd43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:02,533 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:07:02,533 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbbc3e6e-5c70-44fc-9def-10396d5e3b26', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbbc3e6e-5c70-44fc-9def-10396d5e3b26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:03,583 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.044s
2026-06-18 14:07:03,583 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd60bd18-a59c-4f44-b9da-53f3ac65221b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd60bd18-a59c-4f44-b9da-53f3ac65221b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:04,617 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:07:04,617 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8d72ec-1103-48d1-96b9-dfd17df28626', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8d72ec-1103-48d1-96b9-dfd17df28626', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:05,654 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:07:05,655 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ffc900-5819-41c0-b675-fd107feda59b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ffc900-5819-41c0-b675-fd107feda59b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:06,688 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:07:06,689 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe7e36a-028b-4500-826c-dec5792ba710', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe7e36a-028b-4500-826c-dec5792ba710', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:07,731 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.037s
2026-06-18 14:07:07,732 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca01b9d-df03-4d0f-aa1e-9e706d7258e4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca01b9d-df03-4d0f-aa1e-9e706d7258e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:08,764 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:07:08,764 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51d26f47-103b-449d-8d8c-8dbba95adf01', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51d26f47-103b-449d-8d8c-8dbba95adf01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:09,813 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.043s
2026-06-18 14:07:09,813 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23fdac7a-a657-4e52-bd11-ca57f31200d0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23fdac7a-a657-4e52-bd11-ca57f31200d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:10,853 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:07:10,853 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7151b071-fa1a-4441-897a-84513a877f65', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7151b071-fa1a-4441-897a-84513a877f65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:12,162 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.303s
2026-06-18 14:07:12,163 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64cc8c34-39a9-445a-b529-9b443434e9fe', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64cc8c34-39a9-445a-b529-9b443434e9fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:13,199 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:07:13,199 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33afc45-028c-4f61-b49e-3dd128faa91a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33afc45-028c-4f61-b49e-3dd128faa91a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:14,244 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.036s
2026-06-18 14:07:14,244 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d511b3c-ce9b-4392-99a6-ea804ff43a92', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d511b3c-ce9b-4392-99a6-ea804ff43a92', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:15,280 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:07:15,280 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6880531-079f-48d8-880c-ee25eff6d38b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6880531-079f-48d8-880c-ee25eff6d38b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:16,336 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.048s
2026-06-18 14:07:16,336 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f99b8ee4-e064-4983-b179-3cd1d8992cb6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f99b8ee4-e064-4983-b179-3cd1d8992cb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:17,447 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.098s
2026-06-18 14:07:17,447 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4ee4b74-84c2-41a4-80be-094ecb6bb5d7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4ee4b74-84c2-41a4-80be-094ecb6bb5d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:18,506 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.054s
2026-06-18 14:07:18,507 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ea8838-3164-4a8e-b9df-48aa0551b7c3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ea8838-3164-4a8e-b9df-48aa0551b7c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:19,569 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.049s
2026-06-18 14:07:19,570 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a299f43c-c61b-4216-b1ea-965dfcfdf91e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a299f43c-c61b-4216-b1ea-965dfcfdf91e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:20,622 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.043s
2026-06-18 14:07:20,622 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed03e65b-3ea2-4e8a-b1db-f612f83283e6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed03e65b-3ea2-4e8a-b1db-f612f83283e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:21,657 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.026s
2026-06-18 14:07:21,657 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efbd9313-0af2-45d6-bf76-3ff503bb9745', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efbd9313-0af2-45d6-bf76-3ff503bb9745', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:22,697 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:07:22,697 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35be3b75-3977-4634-88b8-0348c63acb64', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35be3b75-3977-4634-88b8-0348c63acb64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:23,738 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:07:23,738 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f937b8-48f9-4c8d-ba1c-9aca144d5139', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f937b8-48f9-4c8d-ba1c-9aca144d5139', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:24,779 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:07:24,779 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e548b2d-f0d3-4103-b18e-a67d705588e3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e548b2d-f0d3-4103-b18e-a67d705588e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:25,813 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:07:25,813 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3931ebd6-9a06-4b82-8d48-bcd8340ff377', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3931ebd6-9a06-4b82-8d48-bcd8340ff377', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:26,859 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.037s
2026-06-18 14:07:26,859 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3cb1b6-3cea-40e8-98de-d3ad8a33a734', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3cb1b6-3cea-40e8-98de-d3ad8a33a734', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:27,898 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:07:27,898 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff2d89c7-c2ea-4ecc-aae3-b0759c40fe99', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2d89c7-c2ea-4ecc-aae3-b0759c40fe99', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:28,934 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.027s
2026-06-18 14:07:28,934 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77595634-c7aa-433e-9ef8-4d2398cc73ed', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77595634-c7aa-433e-9ef8-4d2398cc73ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:29,972 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.033s
2026-06-18 14:07:29,973 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-793e34c4-6bcd-493f-a1e7-4f62f8dcf285', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-793e34c4-6bcd-493f-a1e7-4f62f8dcf285', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:31,009 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.031s
2026-06-18 14:07:31,009 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c8a07c-e7a7-404a-8cfb-fd274fb41c23', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c8a07c-e7a7-404a-8cfb-fd274fb41c23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:32,057 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.042s
2026-06-18 14:07:32,057 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12cf4030-1942-47b0-9ba1-f7aaadccafce', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12cf4030-1942-47b0-9ba1-f7aaadccafce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:33,105 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.039s
2026-06-18 14:07:33,106 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3f2700-5e53-4027-b798-7e39b0c2b73e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3f2700-5e53-4027-b798-7e39b0c2b73e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:34,142 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:07:34,142 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20a6503f-ee78-4ddd-b5ca-692fffff17ee', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20a6503f-ee78-4ddd-b5ca-692fffff17ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:35,179 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:07:35,180 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6c2fde-8d75-4834-a512-0981b849ad0f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6c2fde-8d75-4834-a512-0981b849ad0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:36,213 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.028s
2026-06-18 14:07:36,214 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84b38be-7933-47a6-81ec-cbe6f860714b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84b38be-7933-47a6-81ec-cbe6f860714b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:37,256 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.034s
2026-06-18 14:07:37,257 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd64ce7c-e10b-4bbb-b56c-8e41815fe573', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd64ce7c-e10b-4bbb-b56c-8e41815fe573', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:38,293 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.029s
2026-06-18 14:07:38,293 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2644bff4-9f33-4412-8add-21b8fddf802a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2644bff4-9f33-4412-8add-21b8fddf802a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:39,331 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.032s
2026-06-18 14:07:39,332 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ba558f-44bc-434f-9c1f-ed7245ae713d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ba558f-44bc-434f-9c1f-ed7245ae713d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"volume": {"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:04:05.000000", "updated_at": "2026-06-18T14:04:14.000000", "name": "tempest-TestVolumeBootPattern-volume-849432003", "description": null, "volume_type": "tempest-scenario-type-luks2-1149457279", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12"}], "user_id": "f452b268de994ed3b232344f3641bf77", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "attachment_id": "6f4257c6-becd-45b7-8970-515c16885b37", "volume_id": "183cdc16-fd66-48fb-a868-3b6c2531df12", "server_id": "b88fc67b-3916-4259-88b0-0b82e8d478bb", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T14:04:13.000000"}], "os-vol-tenant-attr:tenant_id": "2602cd8570e54f8abbf39cd7d7987cf0"}}'
2026-06-18 14:07:39,370 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.197/volume/v3/volumes/detail?all_tenants=1 0.031s
2026-06-18 14:07:39,370 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266b253b-7dd4-471a-979e-4d1afa3056da', 'content-length': '9101', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266b253b-7dd4-471a-979e-4d1afa3056da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.197/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "a818674d-54df-41e7-ac8b-352cc772098e", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:07:25.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestVolumeBackupRestore-volume-1109713916", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/a818674d-54df-41e7-ac8b-352cc772098e"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/a818674d-54df-41e7-ac8b-352cc772098e"}], "user_id": "d1f324d49b5245d1ab863492b66c9574", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "4cf09834e86a4fceb911e2cfcd8f4610", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003143@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": "ad08d904-482e-41e6-99f7-d75e1edaeff5", "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": "dcac5446-958d-49bd-9b20-cde733faa49d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:22.000000", "updated_at": "2026-06-18T14:07:31.000000", "name": "tempest-TestEncryptedCinderVolumes-246029136", "description": null, "volume_type": "tempest-scenario-type-luks-1144289907", "snapshot_id": null, "source_volid": "51e93384-c532-44ba-a6d9-d4e6365eea34", "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/dcac5446-958d-49bd-9b20-cde733faa49d"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/dcac5446-958d-49bd-9b20-cde733faa49d"}], "user_id": "6afd8b8ce3264fb08c362a06fe4bab4c", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "959d7b887a1f482f8597fbc034675748", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003143@storpool#default"}, {"id": "51e93384-c532-44ba-a6d9-d4e6365eea34", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:20.000000", "updated_at": "2026-06-18T14:06:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1601662583", "description": null, "volume_type": "tempest-scenario-type-luks-1144289907", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/51e93384-c532-44ba-a6d9-d4e6365eea34"}, {"rel": "bookmark", "href": "https://10.4.3.197/volume/volumes/51e93384-c532-44ba-a6d9-d4e6365eea34"}], "user_id": "6afd8b8ce3264fb08c362a06fe4bab4c", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "959d7b887a1f482f8597fbc034675748", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003143@storpool#default"}, {"id": "2d37b48a-bd98-4163-983a-874fe5153402", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T14:06:10.000000", "updated_at": "2026-06-18T14:07:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1726519287", "description": null, "volume_type": "tempest-scenario-type-luksv2-1801570085", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.197/volume/v3/volumes/2d
2026-06-18 14:07:39,409 106054 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12 0.030s
2026-06-18 14:07:39,409 106054 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 14:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3712e5-3739-4d28-9d5d-ad38e88de404', 'x-openstack-request-id': 'req-ed3712e5-3739-4d28-9d5d-ad38e88de404', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.197/volume/v3/volumes/183cdc16-fd66-48fb-a868-3b6c2531df12'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 993, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume 183cdc16-fd66-48fb-a868-3b6c2531df12 within the required time (196 s). Timer started at 1781791463. Timer ended at 1781791659. Waited for 196 s.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt4.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
pt4.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
pt4.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
pt4.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
pt4.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
pt5.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
pt5.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
pt5.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
pt6.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
pt7.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
pt8.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
pt9.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
pt10.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
pt11.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
pt11.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
pt11.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
pt11.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
pt12.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
pt12.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
pt12.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
pt12.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
pt13.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
pt13.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
pt13.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
pt14.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
pt14.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
pt15.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
pt15.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
pt16.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
pt17.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
pt18.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
pt18.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
pt19.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
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesAdminTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt21.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt22.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
pt23.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
pt24.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
pt25.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
pt26.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt26.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt26.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt27.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
pt28.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
pt29.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
pt30.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
pt31.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
pt32.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
pt33.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
pt34.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt34.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
pt35.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
pt36.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
pt37.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
pt38.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
pt39.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
pt39.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
pt40.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
pt41.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
pt42.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
pt43.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
pt44.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
pt44.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
pt45.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
pt46.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
pt47.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
pt47.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
pt48.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
pt49.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
pt49.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt53.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
pt54.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt59.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
pt60.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt84.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
pt84.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
pt85.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
pt86.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
pt87.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
pt88.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
pt89.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
pt89.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
pt90.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
pt90.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt98.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
pt99.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
pt100.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
pt100.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
pt101.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
pt102.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
pt103.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
pt103.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
pt104.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
pt104.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
pt104.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.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
pt112.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
pt112.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
pt113.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
pt114.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
pt115.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
pt116.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
pt117.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
pt118.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 | 322 | 294 | 4 | 0 | 24 | ||