Status: Pass 292 Failure 6 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeTestJSON) |
fail
ft1.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)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 3c61a0fe-649f-486d-b012-09e987917b97: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt2.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] |
fail
ft2.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-19 06:05:29,567 106134 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-19 06:05:29,567 106134 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-19 06:05:29,625 106134 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.208/compute/v2.1/os-keypairs 0.058s
2026-06-19 06:05:29,626 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1321593792", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK86iTTIfxxGC3O5dWYsxqeBIAP205T7EA9Cvj8qy5kwtdxlW5YZ54fczvfBC/vkdX0OggJEhwOLrAQqPk0dVAmkIG2d9r93zID3nZy9XFU8X7VFSW7Yrtu04VgdWf4HIg=="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 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-f439e2b5-de63-4dd1-865e-968c0c82be1a', 'x-compute-request-id': 'req-f439e2b5-de63-4dd1-865e-968c0c82be1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1321593792", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK86iTTIfxxGC3O5dWYsxqeBIAP205T7EA9Cvj8qy5kwtdxlW5YZ54fczvfBC/vkdX0OggJEhwOLrAQqPk0dVAmkIG2d9r93zID3nZy9XFU8X7VFSW7Yrtu04VgdWf4HIg==", "fingerprint": "60:a6:73:92:50:e5:05:bb:b6:29:45:cf:05:56:01:a0", "user_id": "50c270929fa6443191c1749bbcaba8fe"}}'
2026-06-19 06:05:29,627 106134 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1321593792 created
2026-06-19 06:05:29,840 106134 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-groups 0.212s
2026-06-19 06:05:29,840 106134 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--1764271015", "description": "tempest-description--1532748472"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-90bca01d-60a8-4b6e-ae0a-85946b585caf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "name": "tempest-securitygroup--1764271015", "stateful": true, "tenant_id": "70d2305cdc61491e8c162f1a5b509036", "project_id": "70d2305cdc61491e8c162f1a5b509036", "description": "tempest-description--1532748472", "shared": false, "security_group_rules": [{"id": "32562095-b12d-470d-8f6f-2962bfcaf540", "project_id": "70d2305cdc61491e8c162f1a5b509036", "security_group_id": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "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": 1400, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:05:29Z", "updated_at": "2026-06-19T06:05:29Z", "revision_number": 0, "tenant_id": "70d2305cdc61491e8c162f1a5b509036"}, {"id": "bbb4cf6b-766e-441b-9303-35b2ffcfa2dd", "project_id": "70d2305cdc61491e8c162f1a5b509036", "security_group_id": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "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": 1399, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:05:29Z", "updated_at": "2026-06-19T06:05:29Z", "revision_number": 0, "tenant_id": "70d2305cdc61491e8c162f1a5b509036"}], "tags": [], "created_at": "2026-06-19T06:05:29Z", "updated_at": "2026-06-19T06:05:29Z", "revision_number": 1}}'
2026-06-19 06:05:29,995 106134 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.155s
2026-06-19 06:05:29,995 106134 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": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bc4609eb-1c15-4a77-a468-5d6b5403cdcc', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "19b19f14-5091-43df-b857-a761d34bb667", "project_id": "70d2305cdc61491e8c162f1a5b509036", "security_group_id": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "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-19T06:05:29Z", "updated_at": "2026-06-19T06:05:29Z", "revision_number": 0, "tenant_id": "70d2305cdc61491e8c162f1a5b509036"}}'
2026-06-19 06:05:30,292 106134 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.296s
2026-06-19 06:05:30,293 106134 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": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3ec06d59-dd64-4018-a719-4c311a7a0f58', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a5f608a3-ff14-4f4e-8acb-b1dd19f5b220", "project_id": "70d2305cdc61491e8c162f1a5b509036", "security_group_id": "6cc84dec-8eef-41b7-af9f-85a64d1ae750", "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-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "revision_number": 0, "tenant_id": "70d2305cdc61491e8c162f1a5b509036"}}'
2026-06-19 06:05:30,293 106134 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1764271015 created
2026-06-19 06:05:31,550 106134 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/floatingips 1.256s
2026-06-19 06:05:31,550 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f6fe026d-019f-4ca2-b450-9f08eff63620', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "017edbe5-7399-44b6-823c-23130dec7191", "tenant_id": "70d2305cdc61491e8c162f1a5b509036", "project_id": "70d2305cdc61491e8c162f1a5b509036", "floating_ip_address": "172.24.5.90", "floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "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-19T06:05:31Z", "updated_at": "2026-06-19T06:05:31Z", "revision_number": 0}}'
2026-06-19 06:05:31,550 106134 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '017edbe5-7399-44b6-823c-23130dec7191', 'tenant_id': '70d2305cdc61491e8c162f1a5b509036', 'project_id': '70d2305cdc61491e8c162f1a5b509036', 'floating_ip_address': '172.24.5.90', 'floating_network_id': '81b0de9a-5c97-4d66-b6a1-5242faa66ab1', '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-19T06:05:31Z', 'updated_at': '2026-06-19T06:05:31Z', 'revision_number': 0, 'ip': '172.24.5.90'} created
2026-06-19 06:05:31,710 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST https://10.4.3.208/identity/v3/auth/tokens 0.158s
2026-06-19 06:05:31,711 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2936', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f13182f0-f58e-4d6a-b244-68a24c239758', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "50c270929fa6443191c1749bbcaba8fe", "name": "tempest-AttachVolumeTestJSON-1280765374-project-member", "password_expires_at": null}, "audit_ids": ["i9ZSd9_WRRG5FR4QwgaCSw"], "expires_at": "2026-06-19T07:05:31.000000Z", "issued_at": "2026-06-19T06:05:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70d2305cdc61491e8c162f1a5b509036", "name": "tempest-AttachVolumeTestJSON-1280765374"}, "is_domain": false, "roles": [{"id": "87da01bbfd9b46b3948ff6cb6db65c8b", "name": "reader"}, {"id": "201c828a0998474cb1068e3a728115d8", "name": "member"}], "catalog": [{"endpoints": [{"id": "dcdee5dd3f2340bbb353d661b9316470", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/identity", "region": "RegionOne"}], "id": "3915f2b62a1041d79e8a4b123c1d9f60", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "5d263d72578b4ffabfd5e770050ab8ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/networking", "region": "RegionOne"}], "id": "4694e5641ca047478983b7ae723351bb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1ed844d8516c40fab1becbbdc3b55492", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/placement", "region": "RegionOne"}], "id": "750304972ca94d05a3ff8d86c4eceada", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5c1bb47c409b4496bd2eac1937715d34", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/volume/v3", "region": "RegionOne"}], "id": "90051eb041d445ed8bd416e6c7d1b3eb", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8f26ea8e3755466bbb018c985ea2db90", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2/70d2305cdc61491e8c162f1a5b509036", "region": "RegionOne"}], "id": "b0974be109d34c0d8b315101c5ca2562", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c87e71d9db7348458b8c250766d59bcf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/image", "region": "RegionOne"}], "id": "b6e882977f974cc2a8aca69d05655ffe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b8025cd362854705b2ee63f42acbc6d7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2.1", "region": "RegionOne"}], "id": "d48af61c83e749f48882cccfc1335e71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "468441f5fbc64579be0a2b2f8b969397", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208:8080/v1/AUTH_70d2305cdc61491e8c162f1a5b509036", "region": "RegionOne"}, {"id": "ffe3da23ef7841ac9c2506de43ba0eaa", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.208:8080", "region": "RegionOne"}], "id": "e6014a22ee984361b2781933cebbf43b", "type": "object-store", "name": "swift"}]}}'
2026-06-19 06:05:31,711 106134 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '4f8d5504-703b-4a21-a369-0e761e4ee2fb', 'name': 'tempest-AttachVolumeTestJSON-1386317949-network', 'tenant_id': '70d2305cdc61491e8c162f1a5b509036', 'project_id': '70d2305cdc61491e8c162f1a5b509036', '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': 15692, '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-19T06:02:18Z', 'updated_at': '2026-06-19T06:02:18Z', 'revision_number': 1} available for tenant
2026-06-19 06:05:31,711 106134 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1321593792', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK86iTTIfxxGC3O5dWYsxqeBIAP205T7EA9Cvj8qy5kwtdxlW5YZ54fczvfBC/vkdX0OggJEhwOLrAQqPk0dVAmkIG2d9r93zID3nZy9XFU8X7VFSW7Yrtu04VgdWf4HIg==', 'fingerprint': '60:a6:73:92:50:e5:05:bb:b6:29:45:cf:05:56:01:a0', 'user_id': '50c270929fa6443191c1749bbcaba8fe', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBG0y6elW0C2lI44TMVAegYsrt9tjcNMKKuqPVTesl5FA3zdUA/JGZt\nluX6BEPgoRSgBwYFK4EEACKhZANiAASvOok0yH8cRgtzuXVmLMangSAD9tOU+xAP\nQr4/KsuZMLXcZVuWGeeH3M73wQv75HV9DoICRIcDi6wEKj5NHVQJpCBtnfa/d8yA\n952cvVxVPF+1RUlu2K7btOFYHVn+ByI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6cc84dec-8eef-41b7-af9f-85a64d1ae750', 'name': 'tempest-securitygroup--1764271015', 'stateful': True, 'tenant_id': '70d2305cdc61491e8c162f1a5b509036', 'project_id': '70d2305cdc61491e8c162f1a5b509036', 'description': 'tempest-description--1532748472', 'shared': False, 'security_group_rules': [{'id': '32562095-b12d-470d-8f6f-2962bfcaf540', 'project_id': '70d2305cdc61491e8c162f1a5b509036', 'security_group_id': '6cc84dec-8eef-41b7-af9f-85a64d1ae750', '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': 1400, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:05:29Z', 'updated_at': '2026-06-19T06:05:29Z', 'revision_number': 0, 'tenant_id': '70d2305cdc61491e8c162f1a5b509036'}, {'id': 'bbb4cf6b-766e-441b-9303-35b2ffcfa2dd', 'project_id': '70d2305cdc61491e8c162f1a5b509036', 'security_group_id': '6cc84dec-8eef-41b7-af9f-85a64d1ae750', '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': 1399, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:05:29Z', 'updated_at': '2026-06-19T06:05:29Z', 'revision_number': 0, 'tenant_id': '70d2305cdc61491e8c162f1a5b509036'}], 'tags': [], 'created_at': '2026-06-19T06:05:29Z', 'updated_at': '2026-06-19T06:05:29Z', 'revision_number': 1}, 'floating_ip': {'id': '017edbe5-7399-44b6-823c-23130dec7191', 'tenant_id': '70d2305cdc61491e8c162f1a5b509036', 'project_id': '70d2305cdc61491e8c162f1a5b509036', 'floating_ip_address': '172.24.5.90', 'floating_network_id': '81b0de9a-5c97-4d66-b6a1-5242faa66ab1', '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-19T06:05:31Z', 'updated_at': '2026-06-19T06:05:31Z', 'revision_number': 0, 'ip': '172.24.5.90'}}
2026-06-19 06:05:32,553 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST https://10.4.3.208/compute/v2.1/servers 0.838s
2026-06-19 06:05:32,553 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-877904985", "imageRef": "6938490d-9e98-4469-b32a-0645b1b3ec59", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "4f8d5504-703b-4a21-a369-0e761e4ee2fb"}], "security_groups": [{"name": "tempest-securitygroup--1764271015"}], "key_name": "tempest-keypair-1321593792", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c919afb1-bfc6-4fc0-a461-927f14f498ab', 'x-compute-request-id': 'req-c919afb1-bfc6-4fc0-a461-927f14f498ab', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers'}
Body: b'{"server": {"id": "aac7919b-1265-4863-80b6-b69b37527f4c", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1764271015"}], "adminPass": "password"}}'
2026-06-19 06:05:33,363 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.808s
2026-06-19 06:05:33,363 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ce94e96-438a-4a75-8645-2440ae16f38a', 'x-compute-request-id': 'req-9ce94e96-438a-4a75-8645-2440ae16f38a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:05:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "aac7919b-1265-4863-80b6-b69b37527f4c", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-877904985", "status": "BUILD", "tenant_id": "70d2305cdc61491e8c162f1a5b509036", "user_id": "50c270929fa6443191c1749bbcaba8fe", "updated": "2026-06-19T06:05:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1321593792", "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-19 06:05:35,223 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.852s
2026-06-19 06:05:35,223 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79f1fa00-3f01-43bd-aa3c-fbc24adda509', 'x-compute-request-id': 'req-79f1fa00-3f01-43bd-aa3c-fbc24adda509', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:05:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1e8ea483e5a6b6ef83e8b2209e2ab8d56a3a17cbf4738919f5ec2c8b", "id": "aac7919b-1265-4863-80b6-b69b37527f4c", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-877904985", "status": "BUILD", "tenant_id": "70d2305cdc61491e8c162f1a5b509036", "user_id": "50c270929fa6443191c1749bbcaba8fe", "updated": "2026-06-19T06:05:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1321593792", "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-19 06:05:35,234 106134 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-19 06:05:36,412 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.175s
2026-06-19 06:05:36,412 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d10aab45-fe39-4017-8a58-046ca0869b37', 'x-compute-request-id': 'req-d10aab45-fe39-4017-8a58-046ca0869b37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:05:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1e8ea483e5a6b6ef83e8b2209e2ab8d56a3a17cbf4738919f5ec2c8b", "id": "aac7919b-1265-4863-80b6-b69b37527f4c", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-877904985", "status": "BUILD", "tenant_id": "70d2305cdc61491e8c162f1a5b509036", "user_id": "50c270929fa6443191c1749bbcaba8fe", "updated": "2026-06-19T06:05:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1321593792", "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-19 06:05:37,568 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.150s
2026-06-19 06:05:37,568 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d62a9611-8726-4220-8025-c638b01bda9e', 'x-compute-request-id': 'req-d62a9611-8726-4220-8025-c638b01bda9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:05:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1e8ea483e5a6b6ef83e8b2209e2ab8d56a3a17cbf4738919f5ec2c8b", "id": "aac7919b-1265-4863-80b6-b69b37527f4c", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/aac7919b-1265-4863-80b6-b69b37527f4c"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-877904985", "status": "BUILD", "tenant_id": "70d2305cdc61491e8c162f1a5b509036", "user_id": "50c270929fa6443191c1749bbcaba8fe", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1321593792", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-19 06:05:37,580 106134 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-19 06:05:39,330 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 GET https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.749s
2026-06-19 06:05:39,330 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:38 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': '140', 'x-openstack-request-id': 'req-26758574-fc9a-423b-9cf2-fc4a69defd3f', 'x-compute-request-id': 'req-26758574-fc9a-423b-9cf2-fc4a69defd3f', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'nova.exception.NovaException\'>"}}'
2026-06-19 06:05:39,558 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 DELETE https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.227s
2026-06-19 06:05:39,558 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:39 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-dcda7de1-94bc-4a49-8172-577e2f5fcd2b', 'x-compute-request-id': 'req-dcda7de1-94bc-4a49-8172-577e2f5fcd2b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 06:05:39,558 106134 ERROR [tempest.common.compute] Deleting server aac7919b-1265-4863-80b6-b69b37527f4c failed
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute <class 'nova.exception.NovaException'>
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 06:05:39.558 106134 ERROR tempest.common.compute
2026-06-19 06:05:39,683 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 GET https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c 0.121s
2026-06-19 06:05:39,683 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:39 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-fbfe46e1-214e-4a6c-9905-49a2df8ded72', 'x-compute-request-id': 'req-fbfe46e1-214e-4a6c-9905-49a2df8ded72', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/aac7919b-1265-4863-80b6-b69b37527f4c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 06:05:39,683 106134 ERROR [tempest.common.compute] Server aac7919b-1265-4863-80b6-b69b37527f4c failed to delete in time
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute <class 'nova.exception.NovaException'>
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 06:05:39.683 106134 ERROR tempest.common.compute
2026-06-19 06:05:39,768 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 500 DELETE https://10.4.3.208/compute/v2.1/os-keypairs/tempest-keypair-1321593792 0.079s
2026-06-19 06:05:39,769 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:39 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-664e1b88-b02a-44ba-b66d-633542f5818a', 'x-compute-request-id': 'req-664e1b88-b02a-44ba-b66d-633542f5818a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs/tempest-keypair-1321593792'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 06:05:39,769 106134 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-1321593792
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 06:05:39.769 106134 ERROR tempest.lib.common.validation_resources
2026-06-19 06:05:44,595 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 409 DELETE https://10.4.3.208/networking/v2.0/security-groups/6cc84dec-8eef-41b7-af9f-85a64d1ae750 4.825s
2026-06-19 06:05:44,595 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-db26e347-e8d7-4272-aba1-33bd3889a2c2', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups/6cc84dec-8eef-41b7-af9f-85a64d1ae750'}
Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 6cc84dec-8eef-41b7-af9f-85a64d1ae750 in use.", "detail": ""}}'
2026-06-19 06:05:44,596 106134 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 6cc84dec-8eef-41b7-af9f-85a64d1ae750 VM might not be deleted
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id)
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri)
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri)
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp)
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 6cc84dec-8eef-41b7-af9f-85a64d1ae750 in use.', 'detail': ''}
2026-06-19 06:05:44.596 106134 ERROR tempest.lib.common.validation_resources
2026-06-19 06:05:45,250 106134 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/floatingips/017edbe5-7399-44b6-823c-23130dec7191 0.652s
2026-06-19 06:05:45,250 106134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-9f240539-a16a-4065-8d80-39062aabcc4d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips/017edbe5-7399-44b6-823c-23130dec7191'}
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.py", line 149, in test_list_get_volume_attachments
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 'nova.exception.NovaException'>
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt3.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] |
fail
ft3.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-19 06:04:06,668 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:setUp): 200 GET https://10.4.3.208/volume/v3/volumes/ba0ebee0-0fd3-4d16-bb50-4bfc74f1edbb 0.035s
2026-06-19 06:04:06,669 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f73a71f-7393-4cee-b897-ed666d7ffbc2', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f73a71f-7393-4cee-b897-ed666d7ffbc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/ba0ebee0-0fd3-4d16-bb50-4bfc74f1edbb'}
Body: b'{"volume": {"id": "ba0ebee0-0fd3-4d16-bb50-4bfc74f1edbb", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:03:44.000000", "updated_at": "2026-06-19T06:03:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-823646548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/ba0ebee0-0fd3-4d16-bb50-4bfc74f1edbb"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/ba0ebee0-0fd3-4d16-bb50-4bfc74f1edbb"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126"}}'
2026-06-19 06:04:06,710 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/image/v2/images/6938490d-9e98-4469-b32a-0645b1b3ec59 0.035s
2026-06-19 06:04:06,710 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1044', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a91950b3-f039-499d-b395-b472dd543418', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/6938490d-9e98-4469-b32a-0645b1b3ec59'}
Body: b'{"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": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "3306233eee2f4054b0f72a6c5d12e581", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "created_at": "2026-06-19T05:51:10Z", "updated_at": "2026-06-19T05:51:13Z", "tags": [], "self": "/v2/images/6938490d-9e98-4469-b32a-0645b1b3ec59", "file": "/v2/images/6938490d-9e98-4469-b32a-0645b1b3ec59/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:04:07,054 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST https://10.4.3.208/volume/v3/volumes 0.343s
2026-06-19 06:04:07,054 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"imageRef": "6938490d-9e98-4469-b32a-0645b1b3ec59", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f54433cf-e882-4b10-b5de-2fb96acdc5d4', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f54433cf-e882-4b10-b5de-2fb96acdc5d4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:06.989637", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-19 06:04:07,092 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.031s
2026-06-19 06:04:07,092 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e96b47f3-18f4-4501-9023-cb99b29a7674', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e96b47f3-18f4-4501-9023-cb99b29a7674', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126"}}'
2026-06-19 06:04:08,152 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.051s
2026-06-19 06:04:08,152 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2639625f-bb2e-4af2-a74b-448f17bf9e53', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2639625f-bb2e-4af2-a74b-448f17bf9e53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:04:08.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:04:08,160 106128 INFO [tempest.common.waiters] volume 12d43cae-b5d2-4436-83af-21a0b0db69b0 reached available after waiting for 1.160233 seconds
2026-06-19 06:04:08,160 106128 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-19 06:04:08,161 106128 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-19 06:04:08,235 106128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.208/compute/v2.1/os-keypairs 0.073s
2026-06-19 06:04:08,235 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1419342335", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNNZpC2J2xaX2vUsn5jfFon8+7nOYaFzNi9hHr0uhuSlTutXb+eaq2fznlhu81JPCi03qL5UXnZKiYTYb52gkR9HNhFedXUh3Ny/uqdPf067iBBWcef7Tupj+5SrMeUBfg=="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:08 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-34ba921f-d4b5-44d7-adb8-41eb653108ab', 'x-compute-request-id': 'req-34ba921f-d4b5-44d7-adb8-41eb653108ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1419342335", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNNZpC2J2xaX2vUsn5jfFon8+7nOYaFzNi9hHr0uhuSlTutXb+eaq2fznlhu81JPCi03qL5UXnZKiYTYb52gkR9HNhFedXUh3Ny/uqdPf067iBBWcef7Tupj+5SrMeUBfg==", "fingerprint": "e2:1b:80:9e:97:50:b4:04:76:44:67:ba:83:65:35:63", "user_id": "6c874aa08bd24e9b90b6523c363124a5"}}'
2026-06-19 06:04:08,237 106128 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1419342335 created
2026-06-19 06:04:08,814 106128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-groups 0.576s
2026-06-19 06:04:08,814 106128 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--663501716", "description": "tempest-description--930206519"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-a521d9f8-4a87-4f74-bd2b-1c1caa5a4355', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e5dab3da-e310-4a70-ad5f-77087e40155c", "name": "tempest-securitygroup--663501716", "stateful": true, "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "project_id": "96d5de3fe3504f07851a4b85447f7126", "description": "tempest-description--930206519", "shared": false, "security_group_rules": [{"id": "c2111080-bfa0-4104-8c54-141809bcc546", "project_id": "96d5de3fe3504f07851a4b85447f7126", "security_group_id": "e5dab3da-e310-4a70-ad5f-77087e40155c", "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": 1278, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:04:08Z", "updated_at": "2026-06-19T06:04:08Z", "revision_number": 0, "tenant_id": "96d5de3fe3504f07851a4b85447f7126"}, {"id": "c4671774-0f7c-439e-b2fe-d44245aa32dc", "project_id": "96d5de3fe3504f07851a4b85447f7126", "security_group_id": "e5dab3da-e310-4a70-ad5f-77087e40155c", "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": 1277, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:04:08Z", "updated_at": "2026-06-19T06:04:08Z", "revision_number": 0, "tenant_id": "96d5de3fe3504f07851a4b85447f7126"}], "tags": [], "created_at": "2026-06-19T06:04:08Z", "updated_at": "2026-06-19T06:04:08Z", "revision_number": 1}}'
2026-06-19 06:04:09,249 106128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.434s
2026-06-19 06:04:09,249 106128 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": "e5dab3da-e310-4a70-ad5f-77087e40155c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f52d044a-9c64-45a5-a49c-0c1130b6185c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "44ca6af0-b2bb-4ef3-a121-34a8a346ed48", "project_id": "96d5de3fe3504f07851a4b85447f7126", "security_group_id": "e5dab3da-e310-4a70-ad5f-77087e40155c", "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-19T06:04:09Z", "updated_at": "2026-06-19T06:04:09Z", "revision_number": 0, "tenant_id": "96d5de3fe3504f07851a4b85447f7126"}}'
2026-06-19 06:04:09,617 106128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.368s
2026-06-19 06:04:09,617 106128 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": "e5dab3da-e310-4a70-ad5f-77087e40155c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9fcdce4a-f4dc-4992-a65a-fdbacabd58b0', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ae6d09f0-84fb-4020-8c50-13a056f7430f", "project_id": "96d5de3fe3504f07851a4b85447f7126", "security_group_id": "e5dab3da-e310-4a70-ad5f-77087e40155c", "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-19T06:04:09Z", "updated_at": "2026-06-19T06:04:09Z", "revision_number": 0, "tenant_id": "96d5de3fe3504f07851a4b85447f7126"}}'
2026-06-19 06:04:09,618 106128 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--663501716 created
2026-06-19 06:04:12,609 106128 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/floatingips 2.991s
2026-06-19 06:04:12,610 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e0c2ecbe-41cc-4320-b800-e62cb0befd02', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "8cbfb56f-95b2-4564-98f1-71b2dcd39176", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "project_id": "96d5de3fe3504f07851a4b85447f7126", "floating_ip_address": "172.24.5.121", "floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "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-19T06:04:12Z", "updated_at": "2026-06-19T06:04:12Z", "revision_number": 0}}'
2026-06-19 06:04:12,610 106128 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8cbfb56f-95b2-4564-98f1-71b2dcd39176', 'tenant_id': '96d5de3fe3504f07851a4b85447f7126', 'project_id': '96d5de3fe3504f07851a4b85447f7126', 'floating_ip_address': '172.24.5.121', 'floating_network_id': '81b0de9a-5c97-4d66-b6a1-5242faa66ab1', '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-19T06:04:12Z', 'updated_at': '2026-06-19T06:04:12Z', 'revision_number': 0, 'ip': '172.24.5.121'} created
2026-06-19 06:04:12,707 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST https://10.4.3.208/identity/v3/auth/tokens 0.094s
2026-06-19 06:04:12,707 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2940', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-41616513-6a62-4f19-9925-30b5a37e9abf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6c874aa08bd24e9b90b6523c363124a5", "name": "tempest-VolumesSnapshotTestJSON-237717571-project-member", "password_expires_at": null}, "audit_ids": ["Stz5gbKkRIOqpwBqhyyLpA"], "expires_at": "2026-06-19T07:04:12.000000Z", "issued_at": "2026-06-19T06:04:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96d5de3fe3504f07851a4b85447f7126", "name": "tempest-VolumesSnapshotTestJSON-237717571"}, "is_domain": false, "roles": [{"id": "87da01bbfd9b46b3948ff6cb6db65c8b", "name": "reader"}, {"id": "201c828a0998474cb1068e3a728115d8", "name": "member"}], "catalog": [{"endpoints": [{"id": "dcdee5dd3f2340bbb353d661b9316470", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/identity", "region": "RegionOne"}], "id": "3915f2b62a1041d79e8a4b123c1d9f60", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "5d263d72578b4ffabfd5e770050ab8ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/networking", "region": "RegionOne"}], "id": "4694e5641ca047478983b7ae723351bb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1ed844d8516c40fab1becbbdc3b55492", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/placement", "region": "RegionOne"}], "id": "750304972ca94d05a3ff8d86c4eceada", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5c1bb47c409b4496bd2eac1937715d34", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/volume/v3", "region": "RegionOne"}], "id": "90051eb041d445ed8bd416e6c7d1b3eb", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8f26ea8e3755466bbb018c985ea2db90", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2/96d5de3fe3504f07851a4b85447f7126", "region": "RegionOne"}], "id": "b0974be109d34c0d8b315101c5ca2562", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c87e71d9db7348458b8c250766d59bcf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/image", "region": "RegionOne"}], "id": "b6e882977f974cc2a8aca69d05655ffe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b8025cd362854705b2ee63f42acbc6d7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2.1", "region": "RegionOne"}], "id": "d48af61c83e749f48882cccfc1335e71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "468441f5fbc64579be0a2b2f8b969397", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208:8080/v1/AUTH_96d5de3fe3504f07851a4b85447f7126", "region": "RegionOne"}, {"id": "ffe3da23ef7841ac9c2506de43ba0eaa", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.208:8080", "region": "RegionOne"}], "id": "e6014a22ee984361b2781933cebbf43b", "type": "object-store", "name": "swift"}]}}'
2026-06-19 06:04:12,708 106128 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '34713993-9056-4fc4-bde8-bf68f89dd859', 'name': 'tempest-VolumesSnapshotTestJSON-150882130-network', 'tenant_id': '96d5de3fe3504f07851a4b85447f7126', 'project_id': '96d5de3fe3504f07851a4b85447f7126', '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': 48632, '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-19T06:03:36Z', 'updated_at': '2026-06-19T06:03:36Z', 'revision_number': 1} available for tenant
2026-06-19 06:04:12,708 106128 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1419342335', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNNZpC2J2xaX2vUsn5jfFon8+7nOYaFzNi9hHr0uhuSlTutXb+eaq2fznlhu81JPCi03qL5UXnZKiYTYb52gkR9HNhFedXUh3Ny/uqdPf067iBBWcef7Tupj+5SrMeUBfg==', 'fingerprint': 'e2:1b:80:9e:97:50:b4:04:76:44:67:ba:83:65:35:63', 'user_id': '6c874aa08bd24e9b90b6523c363124a5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAjvAXhyBdARSzfYq4K6MJMKXLtwG9lLgMxSIZJZTEpwUfl17CcKGjB\nx/qtu47S2iOgBwYFK4EEACKhZANiAATTWaQtidsWl9r1LJ+Y3xaJ/Pu5zmGhczYv\nYR69LobkpU7rV2/nmqtn855YbvNSTwotN6i+VF52SomE2G+doJEfRzYRXnV1Idzc\nv7qnT39Ou4gQVnHn+07qY/uUqzHlAX4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e5dab3da-e310-4a70-ad5f-77087e40155c', 'name': 'tempest-securitygroup--663501716', 'stateful': True, 'tenant_id': '96d5de3fe3504f07851a4b85447f7126', 'project_id': '96d5de3fe3504f07851a4b85447f7126', 'description': 'tempest-description--930206519', 'shared': False, 'security_group_rules': [{'id': 'c2111080-bfa0-4104-8c54-141809bcc546', 'project_id': '96d5de3fe3504f07851a4b85447f7126', 'security_group_id': 'e5dab3da-e310-4a70-ad5f-77087e40155c', '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': 1278, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:04:08Z', 'updated_at': '2026-06-19T06:04:08Z', 'revision_number': 0, 'tenant_id': '96d5de3fe3504f07851a4b85447f7126'}, {'id': 'c4671774-0f7c-439e-b2fe-d44245aa32dc', 'project_id': '96d5de3fe3504f07851a4b85447f7126', 'security_group_id': 'e5dab3da-e310-4a70-ad5f-77087e40155c', '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': 1277, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:04:08Z', 'updated_at': '2026-06-19T06:04:08Z', 'revision_number': 0, 'tenant_id': '96d5de3fe3504f07851a4b85447f7126'}], 'tags': [], 'created_at': '2026-06-19T06:04:08Z', 'updated_at': '2026-06-19T06:04:08Z', 'revision_number': 1}, 'floating_ip': {'id': '8cbfb56f-95b2-4564-98f1-71b2dcd39176', 'tenant_id': '96d5de3fe3504f07851a4b85447f7126', 'project_id': '96d5de3fe3504f07851a4b85447f7126', 'floating_ip_address': '172.24.5.121', 'floating_network_id': '81b0de9a-5c97-4d66-b6a1-5242faa66ab1', '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-19T06:04:12Z', 'updated_at': '2026-06-19T06:04:12Z', 'revision_number': 0, 'ip': '172.24.5.121'}}
2026-06-19 06:04:14,929 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST https://10.4.3.208/compute/v2.1/servers 2.221s
2026-06-19 06:04:14,929 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "imageRef": "6938490d-9e98-4469-b32a-0645b1b3ec59", "flavorRef": "42", "networks": [{"uuid": "34713993-9056-4fc4-bde8-bf68f89dd859"}], "security_groups": [{"name": "tempest-securitygroup--663501716"}], "key_name": "tempest-keypair-1419342335", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-692843d0-e7b8-4bed-98a5-f388531bdb60', 'x-compute-request-id': 'req-692843d0-e7b8-4bed-98a5-f388531bdb60', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers'}
Body: b'{"server": {"id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--663501716"}], "adminPass": "CxTNPFi9JQ6y"}}'
2026-06-19 06:04:15,580 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.649s
2026-06-19 06:04:15,581 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f35514b-6279-44ac-bbee-33226be8b12f', 'x-compute-request-id': 'req-7f35514b-6279-44ac-bbee-33226be8b12f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:15Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1419342335", "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-19 06:04:16,698 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.111s
2026-06-19 06:04:16,698 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-997e2dc8-4d02-4ef8-9da3-dcdb6af26e09', 'x-compute-request-id': 'req-997e2dc8-4d02-4ef8-9da3-dcdb6af26e09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "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-19 06:04:16,707 106128 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-19 06:04:17,811 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.103s
2026-06-19 06:04:17,811 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-448a0468-b176-49d4-879d-84a7a84ed78c', 'x-compute-request-id': 'req-448a0468-b176-49d4-879d-84a7a84ed78c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "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-19 06:04:18,933 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.115s
2026-06-19 06:04:18,933 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c42f5214-05ee-486b-8ae2-ed7fc0448fe8', 'x-compute-request-id': 'req-c42f5214-05ee-486b-8ae2-ed7fc0448fe8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "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-19 06:04:20,044 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.105s
2026-06-19 06:04:20,044 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c59e36f6-0091-48f9-b945-d57afc16812b', 'x-compute-request-id': 'req-c59e36f6-0091-48f9-b945-d57afc16812b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "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-19 06:04:22,666 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 1.616s
2026-06-19 06:04:22,666 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-554c3342-37cd-460e-a861-9e20927e706c', 'x-compute-request-id': 'req-554c3342-37cd-460e-a861-9e20927e706c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:22,676 106128 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-06-19 06:04:24,516 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.840s
2026-06-19 06:04:24,517 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d60dac0-32cd-4b65-9bb9-fd0dfa6af5cf', 'x-compute-request-id': 'req-5d60dac0-32cd-4b65-9bb9-fd0dfa6af5cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:24,528 106128 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2026-06-19 06:04:26,126 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.598s
2026-06-19 06:04:26,126 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e516366-06f0-4f00-ae92-433b110f17d7', 'x-compute-request-id': 'req-0e516366-06f0-4f00-ae92-433b110f17d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:27,340 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.201s
2026-06-19 06:04:27,340 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2950d182-24c1-47e3-9ac9-212a329c44b6', 'x-compute-request-id': 'req-2950d182-24c1-47e3-9ac9-212a329c44b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:28,506 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.159s
2026-06-19 06:04:28,506 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a4e9b17-dab2-4545-87b2-fcad4e6bf89f', 'x-compute-request-id': 'req-6a4e9b17-dab2-4545-87b2-fcad4e6bf89f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:29,878 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.366s
2026-06-19 06:04:29,878 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac447200-503a-40e4-ad27-53802ded00fe', 'x-compute-request-id': 'req-ac447200-503a-40e4-ad27-53802ded00fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:31,401 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.514s
2026-06-19 06:04:31,401 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca39fcf-4eb7-4c17-828b-14364731851f', 'x-compute-request-id': 'req-4ca39fcf-4eb7-4c17-828b-14364731851f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:33,823 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 1.408s
2026-06-19 06:04:33,823 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d0d66b-15be-43d2-baf4-1e0754a2f336', 'x-compute-request-id': 'req-f9d0d66b-15be-43d2-baf4-1e0754a2f336', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:35,687 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.851s
2026-06-19 06:04:35,687 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9841316b-6880-4662-a71b-e13613e2f719', 'x-compute-request-id': 'req-9841316b-6880-4662-a71b-e13613e2f719', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "BUILD", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:37,354 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.654s
2026-06-19 06:04:37,354 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a6c7b78-da80-40cb-bf45-1a761134d862', 'x-compute-request-id': 'req-8a6c7b78-da80-40cb-bf45-1a761134d862', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-150882130-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}]}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "ACTIVE", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:04:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:04:37,364 106128 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait
2026-06-19 06:04:38,461 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d/os-interface 1.096s
2026-06-19 06:04:38,461 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a706786-aa53-4553-8650-0e26b49037b3', 'x-compute-request-id': 'req-6a706786-aa53-4553-8650-0e26b49037b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "34713993-9056-4fc4-bde8-bf68f89dd859", "port_id": "db1a4113-8bc2-43fd-bc8d-6cf6bbe7648c", "mac_addr": "fa:16:3e:5c:46:63", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b07da4ed-6aba-4770-9f42-34d0ec1bdbbf", "ip_address": "10.1.0.14"}]}]}'
2026-06-19 06:04:39,542 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 PUT https://10.4.3.208/networking/v2.0/floatingips/8cbfb56f-95b2-4564-98f1-71b2dcd39176 1.077s
2026-06-19 06:04:39,542 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "db1a4113-8bc2-43fd-bc8d-6cf6bbe7648c"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-492558b4-da0e-4eeb-8f86-969104fc7a6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips/8cbfb56f-95b2-4564-98f1-71b2dcd39176'}
Body: b'{"floatingip": {"id": "8cbfb56f-95b2-4564-98f1-71b2dcd39176", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "project_id": "96d5de3fe3504f07851a4b85447f7126", "floating_ip_address": "172.24.5.121", "floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "router_id": "a9c4f038-6514-4492-a6c1-100290a3af4f", "port_id": "db1a4113-8bc2-43fd-bc8d-6cf6bbe7648c", "fixed_ip_address": "10.1.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "34713993-9056-4fc4-bde8-bf68f89dd859", "mac_address": "fa:16:3e:5c:46:63", "admin_state_up": true, "status": "ACTIVE", "device_id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-19T06:04:12Z", "updated_at": "2026-06-19T06:04:38Z", "revision_number": 1}}'
2026-06-19 06:04:39,543 106128 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.121:22' as 'cirros' with public key authentication
2026-06-19 06:05:15,272 106128 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:15,377 106128 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:15,378 106128 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.121 successfully created
2026-06-19 06:05:18,541 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d/os-volume_attachments 3.162s
2026-06-19 06:05:18,541 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:15 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-b84fc748-1a66-4e32-8581-ada7f5ff7f93', 'x-compute-request-id': 'req-b84fc748-1a66-4e32-8581-ada7f5ff7f93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "serverId": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "volumeId": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "device": "/dev/vdb"}}'
2026-06-19 06:05:18,573 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.030s
2026-06-19 06:05:18,573 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f554fe15-c463-452a-a402-d2b616cf999e', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f554fe15-c463-452a-a402-d2b616cf999e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:05:18.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:05:19,633 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.054s
2026-06-19 06:05:19,633 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2345744c-748c-4b54-bd8b-b3119446f411', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2345744c-748c-4b54-bd8b-b3119446f411', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:05:19.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:05:20,684 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.041s
2026-06-19 06:05:20,684 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f850b77-0313-4324-b595-70bdef55d077', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f850b77-0313-4324-b595-70bdef55d077', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:05:19.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:05:21,726 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.036s
2026-06-19 06:05:21,726 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b02411a-682b-4e68-9321-117beeb5746b', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b02411a-682b-4e68-9321-117beeb5746b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:05:19.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:05:22,784 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.048s
2026-06-19 06:05:22,784 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da4018e-9eab-447e-89b0-eec0b50223b3', 'content-length': '1653', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da4018e-9eab-447e-89b0-eec0b50223b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:05:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "attachment_id": "ed670e33-4ca1-4a38-9bb1-c450cbd71429", "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "server_id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-19T06:05:19.000000"}], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:05:22,793 106128 INFO [tempest.common.waiters] volume 12d43cae-b5d2-4436-83af-21a0b0db69b0 reached in-use after waiting for 4.793218 seconds
2026-06-19 06:05:22,843 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST https://10.4.3.208/volume/v3/snapshots 0.049s
2026-06-19 06:05:22,843 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1530101967"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '160', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a2229cd-2075-49c8-966c-6ec5a6d9bb7f', 'x-openstack-request-id': 'req-9a2229cd-2075-49c8-966c-6ec5a6d9bb7f', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.208/volume/v3/snapshots'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume 12d43cae-b5d2-4436-83af-21a0b0db69b0 status must be available, but current status is: in-use."}}'
2026-06-19 06:05:22,927 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST https://10.4.3.208/volume/v3/snapshots 0.084s
2026-06-19 06:05:22,927 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-220144732"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8930c836-0707-45f0-b088-36556277d025', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8930c836-0707-45f0-b088-36556277d025', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots'}
Body: b'{"snapshot": {"id": "6489d4fd-11b0-441a-9cb9-43e9489d70c8", "created_at": "2026-06-19T06:05:22.897184", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-220144732", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "metadata": {}}}'
2026-06-19 06:05:22,951 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8 0.021s
2026-06-19 06:05:22,951 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74afeb98-3bef-4fad-a5d3-f59166b4874e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74afeb98-3bef-4fad-a5d3-f59166b4874e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8'}
Body: b'{"snapshot": {"id": "6489d4fd-11b0-441a-9cb9-43e9489d70c8", "created_at": "2026-06-19T06:05:23.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-220144732", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "0%"}}'
2026-06-19 06:05:23,973 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8 0.020s
2026-06-19 06:05:23,974 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2121a1-0f5f-4725-a770-fe91a10f2873', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2121a1-0f5f-4725-a770-fe91a10f2873', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8'}
Body: b'{"snapshot": {"id": "6489d4fd-11b0-441a-9cb9-43e9489d70c8", "created_at": "2026-06-19T06:05:23.000000", "updated_at": "2026-06-19T06:05:23.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-220144732", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:23,975 106128 INFO [tempest.common.waiters] snapshot 6489d4fd-11b0-441a-9cb9-43e9489d70c8 reached available after waiting for 1.975890 seconds
2026-06-19 06:05:24,062 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST https://10.4.3.208/volume/v3/snapshots 0.085s
2026-06-19 06:05:24,062 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1980822667"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e79d158-6a54-4d7c-bb27-969bf4b11419', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e79d158-6a54-4d7c-bb27-969bf4b11419', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots'}
Body: b'{"snapshot": {"id": "289b3936-cc0f-496b-a45e-4611972f4231", "created_at": "2026-06-19T06:05:24.027768", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1980822667", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "metadata": {}}}'
2026-06-19 06:05:24,078 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231 0.014s
2026-06-19 06:05:24,078 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb6a5ba-7121-4fcc-b6ba-885a236aaa52', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb6a5ba-7121-4fcc-b6ba-885a236aaa52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231'}
Body: b'{"snapshot": {"id": "289b3936-cc0f-496b-a45e-4611972f4231", "created_at": "2026-06-19T06:05:24.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1980822667", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "0%"}}'
2026-06-19 06:05:25,106 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231 0.025s
2026-06-19 06:05:25,106 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0a7583-02d3-4390-8663-c608d7768101', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0a7583-02d3-4390-8663-c608d7768101', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231'}
Body: b'{"snapshot": {"id": "289b3936-cc0f-496b-a45e-4611972f4231", "created_at": "2026-06-19T06:05:24.000000", "updated_at": "2026-06-19T06:05:24.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1980822667", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:25,110 106128 INFO [tempest.common.waiters] snapshot 289b3936-cc0f-496b-a45e-4611972f4231 reached available after waiting for 1.110003 seconds
2026-06-19 06:05:25,244 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST https://10.4.3.208/volume/v3/snapshots 0.134s
2026-06-19 06:05:25,244 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1747688634"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96df0abc-d145-4f76-99ec-e0b3731162aa', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96df0abc-d145-4f76-99ec-e0b3731162aa', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots'}
Body: b'{"snapshot": {"id": "56fcad10-4398-4eca-8556-7fadc2b9bd9d", "created_at": "2026-06-19T06:05:25.187796", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1747688634", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "metadata": {}}}'
2026-06-19 06:05:25,287 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d 0.040s
2026-06-19 06:05:25,287 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d102ccb-ff98-4aa9-89fe-846eaf41870b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d102ccb-ff98-4aa9-89fe-846eaf41870b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d'}
Body: b'{"snapshot": {"id": "56fcad10-4398-4eca-8556-7fadc2b9bd9d", "created_at": "2026-06-19T06:05:25.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1747688634", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "0%"}}'
2026-06-19 06:05:26,305 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d 0.016s
2026-06-19 06:05:26,305 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36d2df5-c502-4153-b1ca-ab73b367ecb7', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36d2df5-c502-4153-b1ca-ab73b367ecb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d'}
Body: b'{"snapshot": {"id": "56fcad10-4398-4eca-8556-7fadc2b9bd9d", "created_at": "2026-06-19T06:05:25.000000", "updated_at": "2026-06-19T06:05:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1747688634", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:26,307 106128 INFO [tempest.common.waiters] snapshot 56fcad10-4398-4eca-8556-7fadc2b9bd9d reached available after waiting for 1.307369 seconds
2026-06-19 06:05:26,348 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 DELETE https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8 0.040s
2026-06-19 06:05:26,348 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18fe86e8-fd21-4af7-ba47-51f52bcff8ba', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8'}
Body: b''
2026-06-19 06:05:26,365 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8 0.017s
2026-06-19 06:05:26,365 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d68b5caf-fd9d-4f1e-902f-cde85253a6e1', 'content-length': '467', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d68b5caf-fd9d-4f1e-902f-cde85253a6e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8'}
Body: b'{"snapshot": {"id": "6489d4fd-11b0-441a-9cb9-43e9489d70c8", "created_at": "2026-06-19T06:05:23.000000", "updated_at": "2026-06-19T06:05:26.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-220144732", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:27,384 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8 0.017s
2026-06-19 06:05:27,384 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-36397f7a-13d5-495f-84b3-acf27242cd48', 'x-openstack-request-id': 'req-36397f7a-13d5-495f-84b3-acf27242cd48', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 6489d4fd-11b0-441a-9cb9-43e9489d70c8 could not be found."}}'
2026-06-19 06:05:27,421 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 DELETE https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d 0.036s
2026-06-19 06:05:27,421 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246d9dbc-7e9d-499b-ae8a-9f55f8cc1e99', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d'}
Body: b''
2026-06-19 06:05:27,441 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d 0.020s
2026-06-19 06:05:27,441 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827f7f77-806d-45e9-9178-bb9eae20c483', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827f7f77-806d-45e9-9178-bb9eae20c483', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d'}
Body: b'{"snapshot": {"id": "56fcad10-4398-4eca-8556-7fadc2b9bd9d", "created_at": "2026-06-19T06:05:25.000000", "updated_at": "2026-06-19T06:05:27.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1747688634", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:28,459 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d 0.015s
2026-06-19 06:05:28,459 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6bce4e-24dd-4c8a-a766-fc02b735c6f1', 'x-openstack-request-id': 'req-4e6bce4e-24dd-4c8a-a766-fc02b735c6f1', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 56fcad10-4398-4eca-8556-7fadc2b9bd9d could not be found."}}'
2026-06-19 06:05:28,493 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 DELETE https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231 0.033s
2026-06-19 06:05:28,493 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:28 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-372348fc-d745-407c-9226-e925ac540e9a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231'}
Body: b''
2026-06-19 06:05:28,510 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231 0.017s
2026-06-19 06:05:28,510 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-676bea8a-7ad7-4a5f-988f-e4f225ce3175', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-676bea8a-7ad7-4a5f-988f-e4f225ce3175', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231'}
Body: b'{"snapshot": {"id": "289b3936-cc0f-496b-a45e-4611972f4231", "created_at": "2026-06-19T06:05:24.000000", "updated_at": "2026-06-19T06:05:28.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1980822667", "description": null, "volume_id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "96d5de3fe3504f07851a4b85447f7126", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:29,529 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 404 GET https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231 0.016s
2026-06-19 06:05:29,529 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc81180b-3b69-48ed-9527-aa77e77a4fd9', 'x-openstack-request-id': 'req-bc81180b-3b69-48ed-9527-aa77e77a4fd9', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 289b3936-cc0f-496b-a45e-4611972f4231 could not be found."}}'
2026-06-19 06:05:29,547 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 DELETE https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d 0.017s
2026-06-19 06:05:29,547 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a822b7c-93c5-401c-81fb-22344c370aa9', 'x-openstack-request-id': 'req-7a822b7c-93c5-401c-81fb-22344c370aa9', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/56fcad10-4398-4eca-8556-7fadc2b9bd9d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 56fcad10-4398-4eca-8556-7fadc2b9bd9d could not be found."}}'
2026-06-19 06:05:29,562 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 DELETE https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231 0.014s
2026-06-19 06:05:29,562 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc89bf9d-a8c8-44b6-98e7-f6959aa65883', 'x-openstack-request-id': 'req-bc89bf9d-a8c8-44b6-98e7-f6959aa65883', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/289b3936-cc0f-496b-a45e-4611972f4231'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 289b3936-cc0f-496b-a45e-4611972f4231 could not be found."}}'
2026-06-19 06:05:29,580 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 DELETE https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8 0.017s
2026-06-19 06:05:29,580 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2bbecec-2824-4adb-bdb6-e12fb9997493', 'x-openstack-request-id': 'req-a2bbecec-2824-4adb-bdb6-e12fb9997493', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6489d4fd-11b0-441a-9cb9-43e9489d70c8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 6489d4fd-11b0-441a-9cb9-43e9489d70c8 could not be found."}}'
2026-06-19 06:05:29,747 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d/os-volume_attachments/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.167s
2026-06-19 06:05:29,747 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05: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-e3aed1d9-ab64-43f6-bb36-6bb72094cc34', 'x-compute-request-id': 'req-e3aed1d9-ab64-43f6-bb36-6bb72094cc34', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d/os-volume_attachments/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b''
2026-06-19 06:05:29,851 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.103s
2026-06-19 06:05:29,851 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 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-252b6fa7-d554-4d3c-b11e-e6cae5994a22', 'x-compute-request-id': 'req-252b6fa7-d554-4d3c-b11e-e6cae5994a22', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b''
2026-06-19 06:05:30,137 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.285s
2026-06-19 06:05:30,137 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a20b1f5-6f7f-4561-b9a3-5ddf63c9461b', 'x-compute-request-id': 'req-3a20b1f5-6f7f-4561-b9a3-5ddf63c9461b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-150882130-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}, {"version": 4, "addr": "172.24.5.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}]}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "ACTIVE", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0"}]}}'
2026-06-19 06:05:31,547 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.401s
2026-06-19 06:05:31,547 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-876d26a6-300b-4f85-868f-1332073951c5', 'x-compute-request-id': 'req-876d26a6-300b-4f85-868f-1332073951c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-150882130-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}, {"version": 4, "addr": "172.24.5.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}]}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "ACTIVE", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0"}]}}'
2026-06-19 06:05:33,286 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.731s
2026-06-19 06:05:33,287 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1677', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-260326da-c333-4190-ab2e-f3777b78f419', 'x-compute-request-id': 'req-260326da-c333-4190-ab2e-f3777b78f419', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-150882130-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}, {"version": 4, "addr": "172.24.5.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}]}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "ACTIVE", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:05:35,247 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.945s
2026-06-19 06:05:35,247 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1677', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8f04d18-d0e8-4bd2-81de-1e31aecab102', 'x-compute-request-id': 'req-d8f04d18-d0e8-4bd2-81de-1e31aecab102', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-150882130-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}, {"version": 4, "addr": "172.24.5.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}]}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "ACTIVE", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--663501716"}], "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-19 06:05:36,459 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.203s
2026-06-19 06:05:36,459 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d4e007-bc17-4e7c-8503-0144e4bb7b9e', 'x-compute-request-id': 'req-70d4e007-bc17-4e7c-8503-0144e4bb7b9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-150882130-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}, {"version": 4, "addr": "172.24.5.121", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:46:63"}]}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "ACTIVE", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.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-19 06:05:37,668 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.200s
2026-06-19 06:05:37,669 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5685bf3a-af90-4fa1-8ca7-232ffb3a1e87', 'x-compute-request-id': 'req-5685bf3a-af90-4fa1-8ca7-232ffb3a1e87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:37,677 106128 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 7 second wait
2026-06-19 06:05:39,402 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 500 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.725s
2026-06-19 06:05:39,403 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:38 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-543fb142-0a2a-432f-878e-3b9ad2b89164', 'x-compute-request-id': 'req-543fb142-0a2a-432f-878e-3b9ad2b89164', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 06:05:39,403 106128 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <function wait_for_server_termination at 0x7456580d3d80>, retrying...
2026-06-19 06:05:45,290 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.885s
2026-06-19 06:05:45,290 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-231e99c8-2afc-4308-a995-a83557530ea2', 'x-compute-request-id': 'req-231e99c8-2afc-4308-a995-a83557530ea2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:46,463 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.166s
2026-06-19 06:05:46,463 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d33719fc-d33e-4ae9-8152-45cb9b373444', 'x-compute-request-id': 'req-d33719fc-d33e-4ae9-8152-45cb9b373444', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:47,674 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.204s
2026-06-19 06:05:47,674 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-104f0fd8-8383-4afb-8012-baf778d6662e', 'x-compute-request-id': 'req-104f0fd8-8383-4afb-8012-baf778d6662e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:48,777 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.096s
2026-06-19 06:05:48,778 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f32999af-2924-4279-8e8d-12465e57f8aa', 'x-compute-request-id': 'req-f32999af-2924-4279-8e8d-12465e57f8aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:49,884 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.101s
2026-06-19 06:05:49,884 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55c33238-0668-4f58-bd58-29f74e24d1d4', 'x-compute-request-id': 'req-55c33238-0668-4f58-bd58-29f74e24d1d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:51,045 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.151s
2026-06-19 06:05:51,045 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfffd6b5-f552-4418-956c-5f525d1961fa', 'x-compute-request-id': 'req-bfffd6b5-f552-4418-956c-5f525d1961fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:52,226 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.172s
2026-06-19 06:05:52,226 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44f6f7ec-82af-4dc1-a7f8-83c157c4f115', 'x-compute-request-id': 'req-44f6f7ec-82af-4dc1-a7f8-83c157c4f115', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:53,315 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.083s
2026-06-19 06:05:53,315 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b1374b7-f2bb-4f28-bdf7-19e23625c16c', 'x-compute-request-id': 'req-7b1374b7-f2bb-4f28-bdf7-19e23625c16c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:54,495 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.175s
2026-06-19 06:05:54,496 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef83e26c-b281-42ac-9967-d14a2327c919', 'x-compute-request-id': 'req-ef83e26c-b281-42ac-9967-d14a2327c919', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:55,659 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.154s
2026-06-19 06:05:55,659 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24ad422d-f033-4a3a-93b8-89c4a79e78dd', 'x-compute-request-id': 'req-24ad422d-f033-4a3a-93b8-89c4a79e78dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:56,853 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.187s
2026-06-19 06:05:56,854 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-391bd2df-227c-41d7-b0ad-012b3245114f', 'x-compute-request-id': 'req-391bd2df-227c-41d7-b0ad-012b3245114f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:05:58,939 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 1.077s
2026-06-19 06:05:58,940 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb70db14-a0da-4607-a175-b6758ebec365', 'x-compute-request-id': 'req-bb70db14-a0da-4607-a175-b6758ebec365', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:00,299 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.352s
2026-06-19 06:06:00,299 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1000fde4-89e1-4a83-8229-d907a650ee1f', 'x-compute-request-id': 'req-1000fde4-89e1-4a83-8229-d907a650ee1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:01,510 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.201s
2026-06-19 06:06:01,510 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-872b1f88-0433-4da5-9908-b534ee35da32', 'x-compute-request-id': 'req-872b1f88-0433-4da5-9908-b534ee35da32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:02,807 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.290s
2026-06-19 06:06:02,808 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-647e1b0a-e7c7-4d38-ba68-9e9d11a00d1e', 'x-compute-request-id': 'req-647e1b0a-e7c7-4d38-ba68-9e9d11a00d1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:03,964 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.148s
2026-06-19 06:06:03,965 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd3304e9-585a-499e-8406-3aecf480bb4a', 'x-compute-request-id': 'req-cd3304e9-585a-499e-8406-3aecf480bb4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:05,339 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.363s
2026-06-19 06:06:05,339 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb787a4f-3f30-48bf-8a5a-877729e9bbdf', 'x-compute-request-id': 'req-cb787a4f-3f30-48bf-8a5a-877729e9bbdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:06,708 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.363s
2026-06-19 06:06:06,708 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4d60fc5-89dd-4a0a-bcd7-c38539b699b0', 'x-compute-request-id': 'req-a4d60fc5-89dd-4a0a-bcd7-c38539b699b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:07,870 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.156s
2026-06-19 06:06:07,870 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef80fc5f-581b-4cb0-8087-1d072c7603e0', 'x-compute-request-id': 'req-ef80fc5f-581b-4cb0-8087-1d072c7603e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:09,006 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.128s
2026-06-19 06:06:09,007 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-393ed8fa-1a22-46b1-a28a-23cbbf547a38', 'x-compute-request-id': 'req-393ed8fa-1a22-46b1-a28a-23cbbf547a38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:10,134 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.121s
2026-06-19 06:06:10,134 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bf43296-82b6-4ff4-8019-cfa5b9816a37', 'x-compute-request-id': 'req-9bf43296-82b6-4ff4-8019-cfa5b9816a37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:11,528 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.388s
2026-06-19 06:06:11,528 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac6ce561-a51e-4fc2-861d-cacf7e785c6b', 'x-compute-request-id': 'req-ac6ce561-a51e-4fc2-861d-cacf7e785c6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:13,268 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.729s
2026-06-19 06:06:13,268 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1dfe77-0988-463d-b683-88528086d30d', 'x-compute-request-id': 'req-be1dfe77-0988-463d-b683-88528086d30d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:16,494 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 2.218s
2026-06-19 06:06:16,494 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41ab1a88-45a1-412c-9f03-4e100856e2f4', 'x-compute-request-id': 'req-41ab1a88-45a1-412c-9f03-4e100856e2f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:18,621 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 1.118s
2026-06-19 06:06:18,621 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0f06fc2-8f64-4a8c-bf5c-69230e20ff77', 'x-compute-request-id': 'req-f0f06fc2-8f64-4a8c-bf5c-69230e20ff77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:20,066 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.437s
2026-06-19 06:06:20,066 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af4640d7-9aa0-451c-b1c8-577d2d74ede6', 'x-compute-request-id': 'req-af4640d7-9aa0-451c-b1c8-577d2d74ede6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:22,221 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 1.148s
2026-06-19 06:06:22,221 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-432540d1-df56-4e89-970f-48ab16cd59e4', 'x-compute-request-id': 'req-432540d1-df56-4e89-970f-48ab16cd59e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:23,369 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.136s
2026-06-19 06:06:23,369 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9391a676-6fa9-41c4-96d4-bf8bed120805', 'x-compute-request-id': 'req-9391a676-6fa9-41c4-96d4-bf8bed120805', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:24,552 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.176s
2026-06-19 06:06:24,552 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b1ea9db-cd3b-4090-ac11-1e3da2a43f3e', 'x-compute-request-id': 'req-0b1ea9db-cd3b-4090-ac11-1e3da2a43f3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:25,735 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.177s
2026-06-19 06:06:25,735 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fb8f341-5c0c-4f3a-a0ea-353b0437ea5c', 'x-compute-request-id': 'req-8fb8f341-5c0c-4f3a-a0ea-353b0437ea5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:26,863 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.121s
2026-06-19 06:06:26,863 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1de0f889-abce-4cd9-bb91-adf7d4d62e93', 'x-compute-request-id': 'req-1de0f889-abce-4cd9-bb91-adf7d4d62e93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:27,973 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.104s
2026-06-19 06:06:27,973 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f803349-b1d0-4621-9520-10e01b26e820', 'x-compute-request-id': 'req-8f803349-b1d0-4621-9520-10e01b26e820', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:29,445 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.465s
2026-06-19 06:06:29,445 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd262a63-b15c-4032-a93e-4738d15ef8d8', 'x-compute-request-id': 'req-dd262a63-b15c-4032-a93e-4738d15ef8d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:30,569 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.113s
2026-06-19 06:06:30,569 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c696c193-7087-4c98-9622-7174c232b3fd', 'x-compute-request-id': 'req-c696c193-7087-4c98-9622-7174c232b3fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:32,129 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.554s
2026-06-19 06:06:32,130 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b956985e-b13d-4af7-a732-6969fc08abd7', 'x-compute-request-id': 'req-b956985e-b13d-4af7-a732-6969fc08abd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:33,398 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.256s
2026-06-19 06:06:33,398 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-302d9d05-6cd0-4fdf-886b-c101acf0c809', 'x-compute-request-id': 'req-302d9d05-6cd0-4fdf-886b-c101acf0c809', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:34,614 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.208s
2026-06-19 06:06:34,614 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e04662-70dd-447b-8bf5-15a34c6b6c69', 'x-compute-request-id': 'req-f3e04662-70dd-447b-8bf5-15a34c6b6c69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:35,972 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.351s
2026-06-19 06:06:35,972 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0391f6a7-c0f8-4068-8ad8-1a9b0223f7db', 'x-compute-request-id': 'req-0391f6a7-c0f8-4068-8ad8-1a9b0223f7db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:38,695 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 1.717s
2026-06-19 06:06:38,695 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f35a04d-1cd4-461b-be91-176f0da9f10e', 'x-compute-request-id': 'req-8f35a04d-1cd4-461b-be91-176f0da9f10e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:39,889 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.183s
2026-06-19 06:06:39,890 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67a8fa83-ac08-45de-87af-bf1349722771', 'x-compute-request-id': 'req-67a8fa83-ac08-45de-87af-bf1349722771', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:41,043 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.142s
2026-06-19 06:06:41,044 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e1e9ac2-18ba-42a0-ba73-734d6babbf45', 'x-compute-request-id': 'req-3e1e9ac2-18ba-42a0-ba73-734d6babbf45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:42,321 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.270s
2026-06-19 06:06:42,322 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-122cf718-6298-4939-8d91-6fbd372ce888', 'x-compute-request-id': 'req-122cf718-6298-4939-8d91-6fbd372ce888', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:43,743 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.412s
2026-06-19 06:06:43,744 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d26bf7a-efe7-41cf-97e3-bbc0498d277f', 'x-compute-request-id': 'req-8d26bf7a-efe7-41cf-97e3-bbc0498d277f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:44,874 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.121s
2026-06-19 06:06:44,875 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-182bc497-030d-4b5e-93e0-33dbd11ddccf', 'x-compute-request-id': 'req-182bc497-030d-4b5e-93e0-33dbd11ddccf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:45,996 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.109s
2026-06-19 06:06:45,996 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c8ac36a-2fd9-49ad-88bc-832839654454', 'x-compute-request-id': 'req-5c8ac36a-2fd9-49ad-88bc-832839654454', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:47,158 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.155s
2026-06-19 06:06:47,158 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb314452-6cf1-4864-a9ba-fb4fcd126c46', 'x-compute-request-id': 'req-eb314452-6cf1-4864-a9ba-fb4fcd126c46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:48,346 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.104s
2026-06-19 06:06:48,346 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-579e402c-d7f1-444b-9b70-a1b9e4e5c91e', 'x-compute-request-id': 'req-579e402c-d7f1-444b-9b70-a1b9e4e5c91e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:49,487 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.135s
2026-06-19 06:06:49,487 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14e15683-3ed1-40c7-9549-6e7b0d69ff10', 'x-compute-request-id': 'req-14e15683-3ed1-40c7-9549-6e7b0d69ff10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:50,984 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.490s
2026-06-19 06:06:50,985 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4e2b555-553a-4fa3-856d-2eab8e06796a', 'x-compute-request-id': 'req-c4e2b555-553a-4fa3-856d-2eab8e06796a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:52,156 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.162s
2026-06-19 06:06:52,156 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-055e804a-e15e-411e-a8b1-72b9b4178b4c', 'x-compute-request-id': 'req-055e804a-e15e-411e-a8b1-72b9b4178b4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:53,288 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.124s
2026-06-19 06:06:53,288 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99547359-699c-453e-9f01-29327ff24a34', 'x-compute-request-id': 'req-99547359-699c-453e-9f01-29327ff24a34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:54,484 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.185s
2026-06-19 06:06:54,484 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62287d83-0c4c-4072-b4b2-b742ea2e3413', 'x-compute-request-id': 'req-62287d83-0c4c-4072-b4b2-b742ea2e3413', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:55,661 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.169s
2026-06-19 06:06:55,661 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaa3413f-3d24-4cf7-87ae-8a4adc35d04d', 'x-compute-request-id': 'req-eaa3413f-3d24-4cf7-87ae-8a4adc35d04d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:56,805 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.137s
2026-06-19 06:06:56,806 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d281743b-2b33-4810-a738-af8796b3ef85', 'x-compute-request-id': 'req-d281743b-2b33-4810-a738-af8796b3ef85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:57,962 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.147s
2026-06-19 06:06:57,962 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae6f96ec-e670-4368-947d-864c7cb25851', 'x-compute-request-id': 'req-ae6f96ec-e670-4368-947d-864c7cb25851', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:06:59,128 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.156s
2026-06-19 06:06:59,128 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5794d6a-036d-4549-bd78-ee9f23eba747', 'x-compute-request-id': 'req-f5794d6a-036d-4549-bd78-ee9f23eba747', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:00,264 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.126s
2026-06-19 06:07:00,264 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24b2543b-a411-4232-8149-5cccec9d346f', 'x-compute-request-id': 'req-24b2543b-a411-4232-8149-5cccec9d346f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:01,364 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.092s
2026-06-19 06:07:01,364 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5271a93b-0368-46b5-91c0-cd626797c679', 'x-compute-request-id': 'req-5271a93b-0368-46b5-91c0-cd626797c679', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:02,476 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.103s
2026-06-19 06:07:02,477 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b08bb08-545a-4a1d-8232-997678d4abea', 'x-compute-request-id': 'req-9b08bb08-545a-4a1d-8232-997678d4abea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:03,598 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.115s
2026-06-19 06:07:03,599 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e966a9dc-935c-4c6e-a356-349bf1832567', 'x-compute-request-id': 'req-e966a9dc-935c-4c6e-a356-349bf1832567', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:04,712 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.108s
2026-06-19 06:07:04,712 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aa18eed-b1c9-46b3-b6ff-2d6c778c1375', 'x-compute-request-id': 'req-2aa18eed-b1c9-46b3-b6ff-2d6c778c1375', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:05,852 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.126s
2026-06-19 06:07:05,852 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f434b9b-a9c9-4460-8ecd-d3bd8de62b3d', 'x-compute-request-id': 'req-7f434b9b-a9c9-4460-8ecd-d3bd8de62b3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:06,977 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.119s
2026-06-19 06:07:06,978 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61790b5e-ed86-43a6-b70f-660efd32f84c', 'x-compute-request-id': 'req-61790b5e-ed86-43a6-b70f-660efd32f84c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:08,162 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.176s
2026-06-19 06:07:08,162 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-946c5248-8273-4ee9-9a13-434ca41f2e0c', 'x-compute-request-id': 'req-946c5248-8273-4ee9-9a13-434ca41f2e0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:09,306 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.136s
2026-06-19 06:07:09,306 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a3a9e4-9c3c-40eb-8887-1f867b0c91e5', 'x-compute-request-id': 'req-b5a3a9e4-9c3c-40eb-8887-1f867b0c91e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:10,402 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.090s
2026-06-19 06:07:10,402 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-735111c8-e023-41e8-bf60-2d9f18238cdd', 'x-compute-request-id': 'req-735111c8-e023-41e8-bf60-2d9f18238cdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:11,514 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.107s
2026-06-19 06:07:11,514 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc98095a-8090-4b43-9a5a-7a52352f4198', 'x-compute-request-id': 'req-cc98095a-8090-4b43-9a5a-7a52352f4198', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:12,643 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.123s
2026-06-19 06:07:12,643 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3195a28-23cc-4b21-8770-397ebf1bb787', 'x-compute-request-id': 'req-a3195a28-23cc-4b21-8770-397ebf1bb787', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:13,751 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.102s
2026-06-19 06:07:13,751 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aaa2c3a-617f-443a-be97-a17583141a80', 'x-compute-request-id': 'req-2aaa2c3a-617f-443a-be97-a17583141a80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:14,895 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.136s
2026-06-19 06:07:14,895 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06dca716-2032-47cd-9855-5642ae7dda2a', 'x-compute-request-id': 'req-06dca716-2032-47cd-9855-5642ae7dda2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:16,012 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.111s
2026-06-19 06:07:16,012 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed56b1f3-09c2-4d02-b1af-13bd117f20f4', 'x-compute-request-id': 'req-ed56b1f3-09c2-4d02-b1af-13bd117f20f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:17,118 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.100s
2026-06-19 06:07:17,118 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1266d8f5-119e-48e0-84e1-8dec33a4596c', 'x-compute-request-id': 'req-1266d8f5-119e-48e0-84e1-8dec33a4596c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:18,240 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.113s
2026-06-19 06:07:18,241 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5808230c-f60a-4ecc-bc7a-31680818ceb2', 'x-compute-request-id': 'req-5808230c-f60a-4ecc-bc7a-31680818ceb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:19,390 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.142s
2026-06-19 06:07:19,390 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37293000-6014-4a25-88d2-c75e4e9f732f', 'x-compute-request-id': 'req-37293000-6014-4a25-88d2-c75e4e9f732f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:20,510 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.114s
2026-06-19 06:07:20,510 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41b9ff61-4c0d-48b0-bb83-16af476bd9dd', 'x-compute-request-id': 'req-41b9ff61-4c0d-48b0-bb83-16af476bd9dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:21,613 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.096s
2026-06-19 06:07:21,613 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0e6a9a9-a3b8-4183-ab81-608394c70432', 'x-compute-request-id': 'req-e0e6a9a9-a3b8-4183-ab81-608394c70432', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:22,720 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.101s
2026-06-19 06:07:22,720 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8855a27-8c7a-4381-97b5-61eeeee1a695', 'x-compute-request-id': 'req-c8855a27-8c7a-4381-97b5-61eeeee1a695', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:23,835 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.109s
2026-06-19 06:07:23,835 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba1cd0a6-70df-41ca-a051-ee3b30f7a2e3', 'x-compute-request-id': 'req-ba1cd0a6-70df-41ca-a051-ee3b30f7a2e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:24,945 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.102s
2026-06-19 06:07:24,945 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-140d14dc-452b-43f3-955f-b026dbf5fc64', 'x-compute-request-id': 'req-140d14dc-452b-43f3-955f-b026dbf5fc64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:26,068 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.116s
2026-06-19 06:07:26,068 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7f23e04-db29-4a21-aa79-50138f18959e', 'x-compute-request-id': 'req-a7f23e04-db29-4a21-aa79-50138f18959e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:27,192 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.118s
2026-06-19 06:07:27,192 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f334f6c-7c9a-4180-8d26-4345f8e433e8', 'x-compute-request-id': 'req-9f334f6c-7c9a-4180-8d26-4345f8e433e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:28,368 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.164s
2026-06-19 06:07:28,369 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a45d5d76-7ae7-4f69-9f5a-bee18d9f773a', 'x-compute-request-id': 'req-a45d5d76-7ae7-4f69-9f5a-bee18d9f773a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:29,541 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.162s
2026-06-19 06:07:29,541 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2afe4b-3d7b-40fd-a6a2-db3a054aa85f', 'x-compute-request-id': 'req-1b2afe4b-3d7b-40fd-a6a2-db3a054aa85f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:30,699 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.150s
2026-06-19 06:07:30,700 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-308a473a-79d4-440d-92f4-a3a1462c794e', 'x-compute-request-id': 'req-308a473a-79d4-440d-92f4-a3a1462c794e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:31,865 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.155s
2026-06-19 06:07:31,865 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809dd49e-edf2-49a7-b654-c3e4afbbead0', 'x-compute-request-id': 'req-809dd49e-edf2-49a7-b654-c3e4afbbead0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:33,003 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.130s
2026-06-19 06:07:33,003 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0356a493-5adf-495a-acd2-c82bce8c5b46', 'x-compute-request-id': 'req-0356a493-5adf-495a-acd2-c82bce8c5b46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:34,113 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.103s
2026-06-19 06:07:34,114 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2db1fed6-f16f-4a05-b280-b80811149d1f', 'x-compute-request-id': 'req-2db1fed6-f16f-4a05-b280-b80811149d1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:35,295 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.175s
2026-06-19 06:07:35,295 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-818f8d55-8723-429c-9507-459f074e34a8', 'x-compute-request-id': 'req-818f8d55-8723-429c-9507-459f074e34a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:36,509 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.207s
2026-06-19 06:07:36,510 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e0a1d76-43cf-46e6-87a3-8c734243d561', 'x-compute-request-id': 'req-9e0a1d76-43cf-46e6-87a3-8c734243d561', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:37,664 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.145s
2026-06-19 06:07:37,664 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b71bae5c-874c-4a84-9530-f7a8facfa4ff', 'x-compute-request-id': 'req-b71bae5c-874c-4a84-9530-f7a8facfa4ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:38,876 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.201s
2026-06-19 06:07:38,876 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db010c12-b580-4c7f-98f2-f84b1ed2df86', 'x-compute-request-id': 'req-db010c12-b580-4c7f-98f2-f84b1ed2df86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:40,142 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.259s
2026-06-19 06:07:40,142 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bba0c3bc-3eee-4dcb-873b-b78f451b043e', 'x-compute-request-id': 'req-bba0c3bc-3eee-4dcb-873b-b78f451b043e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:41,259 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.107s
2026-06-19 06:07:41,260 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6586b3db-9144-4f28-979c-5ad5a8dfa36b', 'x-compute-request-id': 'req-6586b3db-9144-4f28-979c-5ad5a8dfa36b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:42,430 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.160s
2026-06-19 06:07:42,430 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcc3b179-c28f-49ab-924d-ecc03da0fbde', 'x-compute-request-id': 'req-bcc3b179-c28f-49ab-924d-ecc03da0fbde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:43,619 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.180s
2026-06-19 06:07:43,619 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc8dbbb9-db44-4fc5-b051-2027fd6406aa', 'x-compute-request-id': 'req-bc8dbbb9-db44-4fc5-b051-2027fd6406aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:44,737 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.109s
2026-06-19 06:07:44,737 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-317f44be-6803-44bb-8890-58c03f8906de', 'x-compute-request-id': 'req-317f44be-6803-44bb-8890-58c03f8906de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:45,875 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.132s
2026-06-19 06:07:45,876 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ce19cd3-64d2-43ac-9c60-6633abb0cb26', 'x-compute-request-id': 'req-4ce19cd3-64d2-43ac-9c60-6633abb0cb26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:46,981 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.099s
2026-06-19 06:07:46,982 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17bb7c2f-f27d-4fa3-8972-3a3fc6c533ea', 'x-compute-request-id': 'req-17bb7c2f-f27d-4fa3-8972-3a3fc6c533ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:48,257 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.269s
2026-06-19 06:07:48,257 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07f7c193-5062-494c-ba18-d8d159aa6498', 'x-compute-request-id': 'req-07f7c193-5062-494c-ba18-d8d159aa6498', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:49,405 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.140s
2026-06-19 06:07:49,406 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7be5d21-e86c-4437-b02c-309cb3127248', 'x-compute-request-id': 'req-a7be5d21-e86c-4437-b02c-309cb3127248', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:50,571 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.157s
2026-06-19 06:07:50,572 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cd3d18f-347f-47ac-8134-72de2cf4fac2', 'x-compute-request-id': 'req-2cd3d18f-347f-47ac-8134-72de2cf4fac2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:51,729 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.151s
2026-06-19 06:07:51,730 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bceea5a1-1329-48ea-8110-718cc74af7ba', 'x-compute-request-id': 'req-bceea5a1-1329-48ea-8110-718cc74af7ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:52,859 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.119s
2026-06-19 06:07:52,859 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6381dae-2256-4384-8dd9-00aa54814f47', 'x-compute-request-id': 'req-a6381dae-2256-4384-8dd9-00aa54814f47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:54,003 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.136s
2026-06-19 06:07:54,004 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3e6f644-c935-490d-bbdb-32bcda85941f', 'x-compute-request-id': 'req-b3e6f644-c935-490d-bbdb-32bcda85941f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:55,143 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.131s
2026-06-19 06:07:55,143 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40359872-59b1-4009-9a80-3137c7c90fa4', 'x-compute-request-id': 'req-40359872-59b1-4009-9a80-3137c7c90fa4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:56,258 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.108s
2026-06-19 06:07:56,258 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aadd6043-9dcd-49f9-b8cb-a9ff44b36a9f', 'x-compute-request-id': 'req-aadd6043-9dcd-49f9-b8cb-a9ff44b36a9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:57,397 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.133s
2026-06-19 06:07:57,397 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6e5a403-fa09-4133-8e75-d2522f43fe73', 'x-compute-request-id': 'req-a6e5a403-fa09-4133-8e75-d2522f43fe73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:58,549 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.143s
2026-06-19 06:07:58,549 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a20fc82-9771-4440-9954-48c8e5d8603e', 'x-compute-request-id': 'req-5a20fc82-9771-4440-9954-48c8e5d8603e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:07:59,654 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.096s
2026-06-19 06:07:59,655 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:07:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab6851b3-b6f1-4ecf-92d7-56c5a2c4126f', 'x-compute-request-id': 'req-ab6851b3-b6f1-4ecf-92d7-56c5a2c4126f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:00,791 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.128s
2026-06-19 06:08:00,792 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-216edadd-4765-4429-bc14-dc02ac15025f', 'x-compute-request-id': 'req-216edadd-4765-4429-bc14-dc02ac15025f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:01,913 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.115s
2026-06-19 06:08:01,913 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d33634-66d3-4956-9920-fbe98422bec6', 'x-compute-request-id': 'req-75d33634-66d3-4956-9920-fbe98422bec6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:03,102 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.178s
2026-06-19 06:08:03,102 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f40c9a96-a275-4cfb-87e4-9e5cbbe3b52c', 'x-compute-request-id': 'req-f40c9a96-a275-4cfb-87e4-9e5cbbe3b52c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:04,230 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.122s
2026-06-19 06:08:04,231 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-237564cd-bdf1-44ae-b9fd-043ad65f86bb', 'x-compute-request-id': 'req-237564cd-bdf1-44ae-b9fd-043ad65f86bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:05,397 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.157s
2026-06-19 06:08:05,398 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-774bf298-a560-4b2c-91f7-4af3e6906aef', 'x-compute-request-id': 'req-774bf298-a560-4b2c-91f7-4af3e6906aef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:06,529 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.123s
2026-06-19 06:08:06,529 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8527fd9-4391-4150-91de-652f60049993', 'x-compute-request-id': 'req-e8527fd9-4391-4150-91de-652f60049993', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:07,700 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.163s
2026-06-19 06:08:07,701 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbd9a0a8-39c5-4dbc-a6f3-d4b8f70892bd', 'x-compute-request-id': 'req-bbd9a0a8-39c5-4dbc-a6f3-d4b8f70892bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:08,807 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.098s
2026-06-19 06:08:08,807 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61aa9c49-cb2d-4108-b58c-a9d30893c77f', 'x-compute-request-id': 'req-61aa9c49-cb2d-4108-b58c-a9d30893c77f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:09,912 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.094s
2026-06-19 06:08:09,912 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1041fb3b-7189-43e9-812d-17e33b97f057', 'x-compute-request-id': 'req-1041fb3b-7189-43e9-812d-17e33b97f057', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:11,026 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.107s
2026-06-19 06:08:11,027 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16a841d1-f5f9-474c-9d0a-9ea80730615d', 'x-compute-request-id': 'req-16a841d1-f5f9-474c-9d0a-9ea80730615d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:12,151 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.116s
2026-06-19 06:08:12,155 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e67d828-eefe-4edd-b593-7e27d4509104', 'x-compute-request-id': 'req-9e67d828-eefe-4edd-b593-7e27d4509104', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:13,276 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.112s
2026-06-19 06:08:13,276 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b782f348-cd70-4e77-88a0-437d7673f5fa', 'x-compute-request-id': 'req-b782f348-cd70-4e77-88a0-437d7673f5fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:14,409 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.122s
2026-06-19 06:08:14,409 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed5c245-9535-492e-85e5-ed9b21954109', 'x-compute-request-id': 'req-aed5c245-9535-492e-85e5-ed9b21954109', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:15,536 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.117s
2026-06-19 06:08:15,536 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cf04cf0-d8b5-40ed-b6f9-42c5807e3e31', 'x-compute-request-id': 'req-9cf04cf0-d8b5-40ed-b6f9-42c5807e3e31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:16,656 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.114s
2026-06-19 06:08:16,656 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0c1c80-8886-4227-8bbc-67d50a32d9d3', 'x-compute-request-id': 'req-9d0c1c80-8886-4227-8bbc-67d50a32d9d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:17,804 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.143s
2026-06-19 06:08:17,804 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4588ee5-039d-4395-915c-9856b1281181', 'x-compute-request-id': 'req-a4588ee5-039d-4395-915c-9856b1281181', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:18,931 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.120s
2026-06-19 06:08:18,932 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1668042-1cac-4302-9a6d-7a51a8585acd', 'x-compute-request-id': 'req-c1668042-1cac-4302-9a6d-7a51a8585acd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:20,045 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.107s
2026-06-19 06:08:20,045 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-839e6a13-b692-4628-84f0-f23b3c29c669', 'x-compute-request-id': 'req-839e6a13-b692-4628-84f0-f23b3c29c669', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:21,162 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.111s
2026-06-19 06:08:21,162 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a5554a-75c6-4985-8637-d54052a71717', 'x-compute-request-id': 'req-80a5554a-75c6-4985-8637-d54052a71717', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:22,300 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.132s
2026-06-19 06:08:22,301 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3ec257-9c5d-43c6-9091-2321876bc0c6', 'x-compute-request-id': 'req-fc3ec257-9c5d-43c6-9091-2321876bc0c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:23,437 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.128s
2026-06-19 06:08:23,437 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1418a962-7588-4242-895a-c9d5e31d4b87', 'x-compute-request-id': 'req-1418a962-7588-4242-895a-c9d5e31d4b87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:24,565 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.119s
2026-06-19 06:08:24,565 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-045737b7-e562-4f3b-8e48-18bb2597e39e', 'x-compute-request-id': 'req-045737b7-e562-4f3b-8e48-18bb2597e39e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:25,667 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.096s
2026-06-19 06:08:25,667 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3def4a7c-643d-466b-8738-d09abd371ec7', 'x-compute-request-id': 'req-3def4a7c-643d-466b-8738-d09abd371ec7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:26,789 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.116s
2026-06-19 06:08:26,789 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2803810e-2c69-4c32-8129-e17fcaf4944d', 'x-compute-request-id': 'req-2803810e-2c69-4c32-8129-e17fcaf4944d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:27,913 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.119s
2026-06-19 06:08:27,913 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3edec7f9-beb2-419e-8570-9a2872cf19bb', 'x-compute-request-id': 'req-3edec7f9-beb2-419e-8570-9a2872cf19bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:29,032 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.113s
2026-06-19 06:08:29,032 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b10bcfd0-b23c-47e4-8093-6c2706ce599b', 'x-compute-request-id': 'req-b10bcfd0-b23c-47e4-8093-6c2706ce599b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:30,163 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.125s
2026-06-19 06:08:30,163 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f8c8c06-e127-4f4b-b416-ceb503dbe947', 'x-compute-request-id': 'req-2f8c8c06-e127-4f4b-b416-ceb503dbe947', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:31,287 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.117s
2026-06-19 06:08:31,287 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce1b1528-5508-41d8-8c8a-15075b580921', 'x-compute-request-id': 'req-ce1b1528-5508-41d8-8c8a-15075b580921', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:32,427 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.131s
2026-06-19 06:08:32,427 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f415cd42-15b2-46ee-a1a2-20f675754c01', 'x-compute-request-id': 'req-f415cd42-15b2-46ee-a1a2-20f675754c01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:33,550 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.114s
2026-06-19 06:08:33,550 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e43756-89f0-4327-808b-e9e00ddc39e0', 'x-compute-request-id': 'req-36e43756-89f0-4327-808b-e9e00ddc39e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:34,692 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.133s
2026-06-19 06:08:34,692 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-528a47c7-9b80-4093-9457-30076c37a941', 'x-compute-request-id': 'req-528a47c7-9b80-4093-9457-30076c37a941', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:35,823 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.121s
2026-06-19 06:08:35,823 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db83b8c3-4ee4-4d6f-8c69-dcb9fb7cb6de', 'x-compute-request-id': 'req-db83b8c3-4ee4-4d6f-8c69-dcb9fb7cb6de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:36,960 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.130s
2026-06-19 06:08:36,960 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fad3496-1089-4c2b-8ba3-0acac208345e', 'x-compute-request-id': 'req-6fad3496-1089-4c2b-8ba3-0acac208345e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:38,099 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.132s
2026-06-19 06:08:38,099 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e10229e4-a361-4d2f-af08-12dee15b52df', 'x-compute-request-id': 'req-e10229e4-a361-4d2f-af08-12dee15b52df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:39,222 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.115s
2026-06-19 06:08:39,222 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9d8d42-1818-4b0b-afc1-573edad9934a', 'x-compute-request-id': 'req-6b9d8d42-1818-4b0b-afc1-573edad9934a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:40,369 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.140s
2026-06-19 06:08:40,370 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea9bfd99-421c-4f8f-a3b0-262a0fa87938', 'x-compute-request-id': 'req-ea9bfd99-421c-4f8f-a3b0-262a0fa87938', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:41,505 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.127s
2026-06-19 06:08:41,505 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7195c3a-84cf-4c9b-a73b-404699ffd334', 'x-compute-request-id': 'req-d7195c3a-84cf-4c9b-a73b-404699ffd334', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:42,649 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.135s
2026-06-19 06:08:42,649 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a55076ef-4f4b-46a9-9f3e-246b99880a19', 'x-compute-request-id': 'req-a55076ef-4f4b-46a9-9f3e-246b99880a19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:43,860 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.204s
2026-06-19 06:08:43,860 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aff7d06a-1664-4baa-880d-a720440cf488', 'x-compute-request-id': 'req-aff7d06a-1664-4baa-880d-a720440cf488', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:45,129 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.262s
2026-06-19 06:08:45,130 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd42e04-214f-4660-971e-6ce5eda130a0', 'x-compute-request-id': 'req-acd42e04-214f-4660-971e-6ce5eda130a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:46,256 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.118s
2026-06-19 06:08:46,256 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de6d55de-c7ff-4a46-b2fa-df65376fe53b', 'x-compute-request-id': 'req-de6d55de-c7ff-4a46-b2fa-df65376fe53b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:47,353 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.089s
2026-06-19 06:08:47,353 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1134176e-b55b-45c6-8e79-0351d505abca', 'x-compute-request-id': 'req-1134176e-b55b-45c6-8e79-0351d505abca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:48,631 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.272s
2026-06-19 06:08:48,632 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adf9575b-0e06-47ad-8f26-60ed15f8827c', 'x-compute-request-id': 'req-adf9575b-0e06-47ad-8f26-60ed15f8827c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:49,766 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.128s
2026-06-19 06:08:49,767 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56098304-a5ef-4293-8a87-e2788c3eb7ce', 'x-compute-request-id': 'req-56098304-a5ef-4293-8a87-e2788c3eb7ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:51,416 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.642s
2026-06-19 06:08:51,417 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb6b9f9-34db-40dc-9cfd-5c612a580b53', 'x-compute-request-id': 'req-efb6b9f9-34db-40dc-9cfd-5c612a580b53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:53,226 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.802s
2026-06-19 06:08:53,226 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f24e6452-4f4f-414f-8833-25657ee92521', 'x-compute-request-id': 'req-f24e6452-4f4f-414f-8833-25657ee92521', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:54,352 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.119s
2026-06-19 06:08:54,353 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-475a9ec2-e794-46bb-ac43-c01ffad14805', 'x-compute-request-id': 'req-475a9ec2-e794-46bb-ac43-c01ffad14805', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:55,503 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.144s
2026-06-19 06:08:55,503 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-762669cd-cd4c-4a89-930b-90ac2c4a95d7', 'x-compute-request-id': 'req-762669cd-cd4c-4a89-930b-90ac2c4a95d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:56,623 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.107s
2026-06-19 06:08:56,623 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b11a2009-2e3d-41bf-8f21-eb3a10ed89bf', 'x-compute-request-id': 'req-b11a2009-2e3d-41bf-8f21-eb3a10ed89bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:57,765 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.135s
2026-06-19 06:08:57,765 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50159d05-cde3-4483-878c-f31b5dbd1fdc', 'x-compute-request-id': 'req-50159d05-cde3-4483-878c-f31b5dbd1fdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:58,888 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.116s
2026-06-19 06:08:58,888 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-525fc7fe-745a-4fae-8eae-8c525207d72c', 'x-compute-request-id': 'req-525fc7fe-745a-4fae-8eae-8c525207d72c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:08:59,998 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.103s
2026-06-19 06:08:59,998 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:08:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0a5ec79-d0ea-4499-83ea-d7d66e8ceb5d', 'x-compute-request-id': 'req-a0a5ec79-d0ea-4499-83ea-d7d66e8ceb5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:09:01,511 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d 0.507s
2026-06-19 06:09:01,511 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c795c315-0a38-40e3-8129-fbf6e170846d', 'x-compute-request-id': 'req-c795c315-0a38-40e3-8129-fbf6e170846d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:14Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "96bc55153c8510fba55fd82a141d9540cf5af1a948dadca315043e54", "id": "3d50e5b5-10c8-4a64-9847-82ed0012290d", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/3d50e5b5-10c8-4a64-9847-82ed0012290d"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-565379607", "status": "DELETED", "tenant_id": "96d5de3fe3504f07851a4b85447f7126", "user_id": "6c874aa08bd24e9b90b6523c363124a5", "updated": "2026-06-19T06:05:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1419342335", "OS-SRV-USG:launched_at": "2026-06-19T06:04:35.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:36.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-19 06:09:01,555 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE https://10.4.3.208/compute/v2.1/os-keypairs/tempest-keypair-1419342335 0.037s
2026-06-19 06:09:01,556 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:01 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-29a0499f-8a0d-4c55-80a1-7a5923a522c6', 'x-compute-request-id': 'req-29a0499f-8a0d-4c55-80a1-7a5923a522c6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs/tempest-keypair-1419342335'}
Body: b''
2026-06-19 06:09:01,689 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/security-groups/e5dab3da-e310-4a70-ad5f-77087e40155c 0.133s
2026-06-19 06:09:01,690 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-e57187fd-2a60-4e54-a32f-91a60cb213af', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups/e5dab3da-e310-4a70-ad5f-77087e40155c'}
Body: b''
2026-06-19 06:09:01,707 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET https://10.4.3.208/networking/v2.0/security-groups/e5dab3da-e310-4a70-ad5f-77087e40155c 0.017s
2026-06-19 06:09:01,707 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2fcdb650-78e1-4c57-8202-d75a43a1193f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups/e5dab3da-e310-4a70-ad5f-77087e40155c'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e5dab3da-e310-4a70-ad5f-77087e40155c does not exist", "detail": ""}}'
2026-06-19 06:09:02,025 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/floatingips/8cbfb56f-95b2-4564-98f1-71b2dcd39176 0.317s
2026-06-19 06:09:02,025 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-2b17d6c1-2382-4fef-a382-98c651099646', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips/8cbfb56f-95b2-4564-98f1-71b2dcd39176'}
Body: b''
2026-06-19 06:09:02,063 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.037s
2026-06-19 06:09:02,063 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d342710e-f088-44c3-928c-cb84c9c8db07', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d342710e-f088-44c3-928c-cb84c9c8db07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:05:32.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:09:02,112 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.041s
2026-06-19 06:09:02,113 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-928e698e-4af5-42bc-ada7-b225f604b709', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b''
2026-06-19 06:09:02,150 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.037s
2026-06-19 06:09:02,150 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee32e11e-cfac-4912-8a50-918195889168', 'content-length': '1360', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee32e11e-cfac-4912-8a50-918195889168', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"volume": {"id": "12d43cae-b5d2-4436-83af-21a0b0db69b0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:07.000000", "updated_at": "2026-06-19T06:09:02.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-211888548", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0"}], "user_id": "6c874aa08bd24e9b90b6523c363124a5", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96d5de3fe3504f07851a4b85447f7126", "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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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"}}}'
2026-06-19 06:09:03,182 106128 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0 0.024s
2026-06-19 06:09:03,183 106128 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:09:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb201ed-2297-4deb-bf39-7661a52fc535', 'x-openstack-request-id': 'req-cfb201ed-2297-4deb-bf39-7661a52fc535', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/volumes/12d43cae-b5d2-4436-83af-21a0b0db69b0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 12d43cae-b5d2-4436-83af-21a0b0db69b0 could not be found."}}'
}}}
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/common/waiters.py", line 151, in wait_for_server_termination
raise lib_exc.TimeoutException
tempest.lib.exceptions.TimeoutException: Request timed out
Details: None
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt3.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
pt3.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
pt3.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
pt3.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| 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
pt4.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
pt4.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
ft4.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-19 06:04:32,362 106130 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-922382312 on backend None
2026-06-19 06:04:32,397 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.208/volume/v3/types 0.035s
2026-06-19 06:04:32,398 106130 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-922382312", "extra_specs": {}}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d5bf2a-c866-4f8e-802d-b2fb11ceb5cf', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d5bf2a-c866-4f8e-802d-b2fb11ceb5cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/types'}
Body: b'{"volume_type": {"id": "addc83f7-6802-440d-a596-f6ac9dc435dd", "name": "tempest-scenario-type-luksv2-922382312", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-19 06:04:32,399 106130 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: addc83f7-6802-440d-a596-f6ac9dc435dd
2026-06-19 06:04:32,439 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.208/volume/v3/types/addc83f7-6802-440d-a596-f6ac9dc435dd/encryption 0.039s
2026-06-19 06:04:32,439 106130 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': 'Fri, 19 Jun 2026 06:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aaf2609-bb6e-4b22-8289-77647d1a89d8', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aaf2609-bb6e-4b22-8289-77647d1a89d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/types/addc83f7-6802-440d-a596-f6ac9dc435dd/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "addc83f7-6802-440d-a596-f6ac9dc435dd", "encryption_id": "83262b97-314f-4e90-9784-3dc9bb07080d"}}'
2026-06-19 06:04:32,679 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.208/volume/v3/volumes 0.239s
2026-06-19 06:04:32,679 106130 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-179054625", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "size": 1}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f022dcd-7565-4605-93cf-d0d4777e8f3c', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f022dcd-7565-4605-93cf-d0d4777e8f3c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:32.619007", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-19 06:04:32,796 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.208/identity/v3/auth/tokens 0.109s
2026-06-19 06:04:32,796 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:32 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-a2261b97-077f-4205-bd49-a27ee80c811c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8050d5a651e94e659bd781f3b72062d9", "name": "tempest-TestEncryptedCinderVolumes-1592533708-project-member", "password_expires_at": null}, "audit_ids": ["faFm92JHRWiP1DSBnLAuMg"], "expires_at": "2026-06-19T07:04:32.000000Z", "issued_at": "2026-06-19T06:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b82a18a3ae6d49e49928b696487a39a5", "name": "tempest-TestEncryptedCinderVolumes-1592533708"}, "is_domain": false, "roles": [{"id": "87da01bbfd9b46b3948ff6cb6db65c8b", "name": "reader"}, {"id": "201c828a0998474cb1068e3a728115d8", "name": "member"}], "catalog": [{"endpoints": [{"id": "dcdee5dd3f2340bbb353d661b9316470", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/identity", "region": "RegionOne"}], "id": "3915f2b62a1041d79e8a4b123c1d9f60", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "5d263d72578b4ffabfd5e770050ab8ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/networking", "region": "RegionOne"}], "id": "4694e5641ca047478983b7ae723351bb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1ed844d8516c40fab1becbbdc3b55492", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/placement", "region": "RegionOne"}], "id": "750304972ca94d05a3ff8d86c4eceada", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5c1bb47c409b4496bd2eac1937715d34", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/volume/v3", "region": "RegionOne"}], "id": "90051eb041d445ed8bd416e6c7d1b3eb", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8f26ea8e3755466bbb018c985ea2db90", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2/b82a18a3ae6d49e49928b696487a39a5", "region": "RegionOne"}], "id": "b0974be109d34c0d8b315101c5ca2562", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c87e71d9db7348458b8c250766d59bcf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/image", "region": "RegionOne"}], "id": "b6e882977f974cc2a8aca69d05655ffe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b8025cd362854705b2ee63f42acbc6d7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2.1", "region": "RegionOne"}], "id": "d48af61c83e749f48882cccfc1335e71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "468441f5fbc64579be0a2b2f8b969397", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208:8080/v1/AUTH_b82a18a3ae6d49e49928b696487a39a5", "region": "RegionOne"}, {"id": "ffe3da23ef7841ac9c2506de43ba0eaa", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.208:8080", "region": "RegionOne"}], "id": "e6014a22ee984361b2781933cebbf43b", "type": "object-store", "name": "swift"}]}}'
2026-06-19 06:04:32,797 106130 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '91a83624-cc2d-414d-8f03-fefe404309fd', 'name': 'tempest-TestEncryptedCinderVolumes-1622710616-network', 'tenant_id': 'b82a18a3ae6d49e49928b696487a39a5', 'project_id': 'b82a18a3ae6d49e49928b696487a39a5', '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': 26778, '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-19T06:01:38Z', 'updated_at': '2026-06-19T06:01:38Z', 'revision_number': 1} available for tenant
2026-06-19 06:04:32,797 106130 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-19 06:04:32,797 106130 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-19 06:04:34,038 106130 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.208/compute/v2.1/os-keypairs 1.240s
2026-06-19 06:04:34,039 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1173590520", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDd9+o5PlUpgkL1Ec8bq7NjRR+JiJlCPGXLT47OuPbjHsDYkFhGhIihjOxATmnx88zjq+CW7oQsBaj5K2DwCAAlkYcGiXDqW6k91xXzQ8teItcgHI2piLDpOB3vVVPPOrA=="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:32 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-57564267-f349-4412-8fc1-8e5d35a40f32', 'x-compute-request-id': 'req-57564267-f349-4412-8fc1-8e5d35a40f32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1173590520", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDd9+o5PlUpgkL1Ec8bq7NjRR+JiJlCPGXLT47OuPbjHsDYkFhGhIihjOxATmnx88zjq+CW7oQsBaj5K2DwCAAlkYcGiXDqW6k91xXzQ8teItcgHI2piLDpOB3vVVPPOrA==", "fingerprint": "93:7f:dd:e6:2f:b2:cb:f0:c6:73:9d:88:aa:6d:cd:d9", "user_id": "8050d5a651e94e659bd781f3b72062d9"}}'
2026-06-19 06:04:34,040 106130 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1173590520 created
2026-06-19 06:04:34,356 106130 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-groups 0.315s
2026-06-19 06:04:34,356 106130 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--307870208", "description": "tempest-description--72457466"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-c13554e0-f9c9-4554-bdbb-cc1b03d95f94', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "4bf07850-7610-4fde-9ad8-2397b085879e", "name": "tempest-securitygroup--307870208", "stateful": true, "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "description": "tempest-description--72457466", "shared": false, "security_group_rules": [{"id": "b0101767-f283-4068-a958-2c15fff6aa7a", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "security_group_id": "4bf07850-7610-4fde-9ad8-2397b085879e", "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": 1348, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:04:34Z", "updated_at": "2026-06-19T06:04:34Z", "revision_number": 0, "tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}, {"id": "e08ad374-4640-451d-b76e-7c84d7227766", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "security_group_id": "4bf07850-7610-4fde-9ad8-2397b085879e", "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": 1349, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:04:34Z", "updated_at": "2026-06-19T06:04:34Z", "revision_number": 0, "tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}], "tags": [], "created_at": "2026-06-19T06:04:34Z", "updated_at": "2026-06-19T06:04:34Z", "revision_number": 1}}'
2026-06-19 06:04:34,623 106130 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.263s
2026-06-19 06:04:34,623 106130 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": "4bf07850-7610-4fde-9ad8-2397b085879e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-394b4d77-9c72-4d64-962e-270104232548', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "22aeb250-a8fb-4aeb-9eb8-d6f3623017f4", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "security_group_id": "4bf07850-7610-4fde-9ad8-2397b085879e", "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-19T06:04:34Z", "updated_at": "2026-06-19T06:04:34Z", "revision_number": 0, "tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:04:34,821 106130 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.198s
2026-06-19 06:04:34,821 106130 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": "4bf07850-7610-4fde-9ad8-2397b085879e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-37a30bfa-9841-479c-bb27-dc4a9e8cf929', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "55a7a186-f59f-46a5-989a-c41c2f2a4cce", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "security_group_id": "4bf07850-7610-4fde-9ad8-2397b085879e", "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-19T06:04:34Z", "updated_at": "2026-06-19T06:04:34Z", "revision_number": 0, "tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:04:34,822 106130 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--307870208 created
2026-06-19 06:04:36,180 106130 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.208/networking/v2.0/floatingips 1.358s
2026-06-19 06:04:36,181 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-010ac6fc-70e6-4308-9f5d-981c334fa65d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e25fffe1-0e0f-4a5c-8f98-9b336a8010f9", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "floating_ip_address": "172.24.5.59", "floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "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-19T06:04:35Z", "updated_at": "2026-06-19T06:04:35Z", "revision_number": 0}}'
2026-06-19 06:04:36,181 106130 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e25fffe1-0e0f-4a5c-8f98-9b336a8010f9', 'tenant_id': 'b82a18a3ae6d49e49928b696487a39a5', 'project_id': 'b82a18a3ae6d49e49928b696487a39a5', 'floating_ip_address': '172.24.5.59', 'floating_network_id': '81b0de9a-5c97-4d66-b6a1-5242faa66ab1', '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-19T06:04:35Z', 'updated_at': '2026-06-19T06:04:35Z', 'revision_number': 0, 'ip': '172.24.5.59'} created
2026-06-19 06:04:36,181 106130 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1173590520', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDd9+o5PlUpgkL1Ec8bq7NjRR+JiJlCPGXLT47OuPbjHsDYkFhGhIihjOxATmnx88zjq+CW7oQsBaj5K2DwCAAlkYcGiXDqW6k91xXzQ8teItcgHI2piLDpOB3vVVPPOrA==', 'fingerprint': '93:7f:dd:e6:2f:b2:cb:f0:c6:73:9d:88:aa:6d:cd:d9', 'user_id': '8050d5a651e94e659bd781f3b72062d9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAlm5UlugFJc4nKFLEwins3CsT0w09DVPSqqXGtXjDvLA5VisQryw1x\n+prRJGE/QRigBwYFK4EEACKhZANiAAQ3ffqOT5VKYJC9RHPG6uzY0UfiYiZQjxly\n0+Ozrj24x7A2JBYRoSIoYzsQE5p8fPM46vglu6ELAWo+Stg8AgAJZGHBolw6lupP\ndcV80PLXiLXIByNqYiw6Tgd71VTzzqw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4bf07850-7610-4fde-9ad8-2397b085879e', 'name': 'tempest-securitygroup--307870208', 'stateful': True, 'tenant_id': 'b82a18a3ae6d49e49928b696487a39a5', 'project_id': 'b82a18a3ae6d49e49928b696487a39a5', 'description': 'tempest-description--72457466', 'shared': False, 'security_group_rules': [{'id': 'b0101767-f283-4068-a958-2c15fff6aa7a', 'project_id': 'b82a18a3ae6d49e49928b696487a39a5', 'security_group_id': '4bf07850-7610-4fde-9ad8-2397b085879e', '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': 1348, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:04:34Z', 'updated_at': '2026-06-19T06:04:34Z', 'revision_number': 0, 'tenant_id': 'b82a18a3ae6d49e49928b696487a39a5'}, {'id': 'e08ad374-4640-451d-b76e-7c84d7227766', 'project_id': 'b82a18a3ae6d49e49928b696487a39a5', 'security_group_id': '4bf07850-7610-4fde-9ad8-2397b085879e', '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': 1349, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:04:34Z', 'updated_at': '2026-06-19T06:04:34Z', 'revision_number': 0, 'tenant_id': 'b82a18a3ae6d49e49928b696487a39a5'}], 'tags': [], 'created_at': '2026-06-19T06:04:34Z', 'updated_at': '2026-06-19T06:04:34Z', 'revision_number': 1}, 'floating_ip': {'id': 'e25fffe1-0e0f-4a5c-8f98-9b336a8010f9', 'tenant_id': 'b82a18a3ae6d49e49928b696487a39a5', 'project_id': 'b82a18a3ae6d49e49928b696487a39a5', 'floating_ip_address': '172.24.5.59', 'floating_network_id': '81b0de9a-5c97-4d66-b6a1-5242faa66ab1', '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-19T06:04:35Z', 'updated_at': '2026-06-19T06:04:35Z', 'revision_number': 0, 'ip': '172.24.5.59'}}
2026-06-19 06:04:38,289 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.208/compute/v2.1/servers 2.107s
2026-06-19 06:04:38,289 106130 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-62676234", "imageRef": "6938490d-9e98-4469-b32a-0645b1b3ec59", "flavorRef": "42", "networks": [{"uuid": "91a83624-cc2d-414d-8f03-fefe404309fd"}], "security_groups": [{"name": "tempest-securitygroup--307870208"}], "key_name": "tempest-keypair-1173590520", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bf10059-cc18-4d99-b474-58aebf826502', 'x-compute-request-id': 'req-8bf10059-cc18-4d99-b474-58aebf826502', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers'}
Body: b'{"server": {"id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--307870208"}], "adminPass": "cj5tb9z6BGqk"}}'
2026-06-19 06:04:39,127 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.836s
2026-06-19 06:04:39,127 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eba232f7-4473-4ff2-abc7-d18f2eec9895', 'x-compute-request-id': 'req-eba232f7-4473-4ff2-abc7-d18f2eec9895', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1173590520", "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-19 06:04:40,487 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.352s
2026-06-19 06:04:40,487 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9a7969a-7a80-4f5c-b0a5-78325b3588f2', 'x-compute-request-id': 'req-a9a7969a-7a80-4f5c-b0a5-78325b3588f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "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-19 06:04:40,493 106130 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-19 06:04:42,602 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 1.109s
2026-06-19 06:04:42,602 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7ffbf57-9ae7-40b2-89d2-aeaa0e1dae31', 'x-compute-request-id': 'req-c7ffbf57-9ae7-40b2-89d2-aeaa0e1dae31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "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-19 06:04:44,311 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.702s
2026-06-19 06:04:44,311 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-887b4764-ad76-4d04-834e-471e1e075e7f', 'x-compute-request-id': 'req-887b4764-ad76-4d04-834e-471e1e075e7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:44,318 106130 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-19 06:04:45,590 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.271s
2026-06-19 06:04:45,590 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3180ec6f-142e-4b28-bc36-452dcf044fee', 'x-compute-request-id': 'req-3180ec6f-142e-4b28-bc36-452dcf044fee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:45,601 106130 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-06-19 06:04:46,858 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.256s
2026-06-19 06:04:46,858 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a52c508e-f574-469a-aa80-6fdd9f5973f3', 'x-compute-request-id': 'req-a52c508e-f574-469a-aa80-6fdd9f5973f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:48,070 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.201s
2026-06-19 06:04:48,070 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f44fa6-0288-49fa-97c8-0174fc461375', 'x-compute-request-id': 'req-28f44fa6-0288-49fa-97c8-0174fc461375', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:49,285 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.206s
2026-06-19 06:04:49,285 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e8e8823-ee5d-4565-ad94-84e0319e5cfe', 'x-compute-request-id': 'req-6e8e8823-ee5d-4565-ad94-84e0319e5cfe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:50,572 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.279s
2026-06-19 06:04:50,572 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e1b583-3cc1-400a-9572-01009838dbe9', 'x-compute-request-id': 'req-34e1b583-3cc1-400a-9572-01009838dbe9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:51,983 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.404s
2026-06-19 06:04:51,983 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3638787-0289-4172-a309-eaf416334c50', 'x-compute-request-id': 'req-f3638787-0289-4172-a309-eaf416334c50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:53,230 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.237s
2026-06-19 06:04:53,231 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0906da31-388e-4b23-b291-c7b67bb8600c', 'x-compute-request-id': 'req-0906da31-388e-4b23-b291-c7b67bb8600c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "BUILD", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:54,503 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.265s
2026-06-19 06:04:54,504 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4069506-2f20-4c13-b797-7ea41303abdb', 'x-compute-request-id': 'req-f4069506-2f20-4c13-b797-7ea41303abdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:04:54,513 106130 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-06-19 06:04:54,675 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2/os-interface 0.161s
2026-06-19 06:04:54,675 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:54 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-9a9c49c9-4668-4e1a-83b6-3c69f5f8f30d', 'x-compute-request-id': 'req-9a9c49c9-4668-4e1a-83b6-3c69f5f8f30d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "91a83624-cc2d-414d-8f03-fefe404309fd", "port_id": "32a6e80b-33d6-45f2-90f8-ce4e72b5955c", "mac_addr": "fa:16:3e:5a:02:c1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8caaa634-ddae-4e03-9555-bfbbc28a6e1b", "ip_address": "10.1.0.5"}]}]}'
2026-06-19 06:04:55,417 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.208/networking/v2.0/floatingips/e25fffe1-0e0f-4a5c-8f98-9b336a8010f9 0.739s
2026-06-19 06:04:55,417 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "32a6e80b-33d6-45f2-90f8-ce4e72b5955c"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-e7dcee0f-255a-4b19-a80f-44e77b9ae9cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips/e25fffe1-0e0f-4a5c-8f98-9b336a8010f9'}
Body: b'{"floatingip": {"id": "e25fffe1-0e0f-4a5c-8f98-9b336a8010f9", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "project_id": "b82a18a3ae6d49e49928b696487a39a5", "floating_ip_address": "172.24.5.59", "floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "router_id": "075cebd6-04d6-4163-b860-075024626fe0", "port_id": "32a6e80b-33d6-45f2-90f8-ce4e72b5955c", "fixed_ip_address": "10.1.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "91a83624-cc2d-414d-8f03-fefe404309fd", "mac_address": "fa:16:3e:5a:02:c1", "admin_state_up": true, "status": "ACTIVE", "device_id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-19T06:04:35Z", "updated_at": "2026-06-19T06:04:54Z", "revision_number": 1}}'
2026-06-19 06:04:55,418 106130 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.59:22' as 'cirros' with public key authentication
2026-06-19 06:05:31,172 106130 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:31,316 106130 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:31,317 106130 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.59 successfully created
2026-06-19 06:05:31,583 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.265s
2026-06-19 06:05:31,583 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f31332b5-faa5-4dba-8e31-45ea2590a577', 'x-compute-request-id': 'req-f31332b5-faa5-4dba-8e31-45ea2590a577', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:04:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "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-19 06:05:31,642 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.046s
2026-06-19 06:05:31,642 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e16e973d-1907-4239-ab5a-2a87362f179e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e16e973d-1907-4239-ab5a-2a87362f179e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:04:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:05:31,651 106130 INFO [tempest.common.waiters] volume 1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 reached available after waiting for 0.651951 seconds
2026-06-19 06:05:31,686 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.034s
2026-06-19 06:05:31,687 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9656aa7a-6f3b-451f-962c-d71d39aa6c4e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9656aa7a-6f3b-451f-962c-d71d39aa6c4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:04:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:05:34,311 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2/os-volume_attachments 2.616s
2026-06-19 06:05:34,311 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 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-5eb19fa4-3613-4466-bf7f-421925daed08', 'x-compute-request-id': 'req-5eb19fa4-3613-4466-bf7f-421925daed08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "serverId": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "volumeId": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "device": "/dev/vdb"}}'
2026-06-19 06:05:34,348 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.036s
2026-06-19 06:05:34,349 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2b085a-b0e4-4ea9-851f-13ebb9e365a2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2b085a-b0e4-4ea9-851f-13ebb9e365a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:05:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:05:35,413 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.057s
2026-06-19 06:05:35,414 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c694a1e1-60d1-45b8-8d3a-fa39609ca440', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c694a1e1-60d1-45b8-8d3a-fa39609ca440', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:05:35.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:05:36,492 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.071s
2026-06-19 06:05:36,493 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9779c72d-16e7-4980-bf61-e8fccc5d0dae', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9779c72d-16e7-4980-bf61-e8fccc5d0dae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:05:35.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:05:37,577 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.079s
2026-06-19 06:05:37,578 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0600b3e9-ad0a-40ab-a568-c3a95b17c324', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0600b3e9-ad0a-40ab-a568-c3a95b17c324', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:05:35.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:05:39,398 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.812s
2026-06-19 06:05:39,398 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:38 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-0b0cf5d2-bbe1-4dbd-8a13-9bbd8154625a', 'x-openstack-request-id': 'req-0b0cf5d2-bbe1-4dbd-8a13-9bbd8154625a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-19 06:05:39,561 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 500 DELETE https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.159s
2026-06-19 06:05:39,562 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:39 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-eef69eb3-f2e9-4069-b019-e764606b2078', 'x-compute-request-id': 'req-eef69eb3-f2e9-4069-b019-e764606b2078', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 06:05:39,562 106130 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x77a68adc2de0>>, retrying...
2026-06-19 06:05:44,905 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.343s
2026-06-19 06:05:44,906 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:44 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-b26a1ac6-f348-4aba-9ebf-6d6e2140f0c9', 'x-compute-request-id': 'req-b26a1ac6-f348-4aba-9ebf-6d6e2140f0c9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b''
2026-06-19 06:05:45,519 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.613s
2026-06-19 06:05:45,519 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d50536a-ed3d-479c-9057-204060ecd369', 'x-compute-request-id': 'req-9d50536a-ed3d-479c-9057-204060ecd369', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:47,083 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.558s
2026-06-19 06:05:47,083 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf1737a1-7ca0-4349-8cbd-4d7988e25519', 'x-compute-request-id': 'req-bf1737a1-7ca0-4349-8cbd-4d7988e25519', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:48,493 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.402s
2026-06-19 06:05:48,493 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fed7074-7305-4332-aa76-fd7ef9399a04', 'x-compute-request-id': 'req-2fed7074-7305-4332-aa76-fd7ef9399a04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:49,741 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.242s
2026-06-19 06:05:49,741 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f287db04-67e2-4bee-a000-5b012b144a26', 'x-compute-request-id': 'req-f287db04-67e2-4bee-a000-5b012b144a26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:50,954 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.205s
2026-06-19 06:05:50,954 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33e4bfb3-4914-4712-9d44-b10e37088e21', 'x-compute-request-id': 'req-33e4bfb3-4914-4712-9d44-b10e37088e21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:52,157 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.196s
2026-06-19 06:05:52,157 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84840c2d-7814-43c9-a98f-645ab3fa4c82', 'x-compute-request-id': 'req-84840c2d-7814-43c9-a98f-645ab3fa4c82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:53,310 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.146s
2026-06-19 06:05:53,310 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28b33d47-6753-4b53-9799-6a969da821ba', 'x-compute-request-id': 'req-28b33d47-6753-4b53-9799-6a969da821ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--307870208"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:54,482 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.164s
2026-06-19 06:05:54,482 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e905c614-10b7-4e0f-a909-8e476ced7353', 'x-compute-request-id': 'req-e905c614-10b7-4e0f-a909-8e476ced7353', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1622710616-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:02:c1"}]}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.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": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:55,640 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.149s
2026-06-19 06:05:55,640 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce87b0e5-1c83-4bb0-820c-ea2e397b1b0a', 'x-compute-request-id': 'req-ce87b0e5-1c83-4bb0-820c-ea2e397b1b0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "ACTIVE", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.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": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:56,841 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.192s
2026-06-19 06:05:56,841 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1376', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb07ce9f-e952-4f1f-8420-926f12ab85aa', 'x-compute-request-id': 'req-bb07ce9f-e952-4f1f-8420-926f12ab85aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "DELETED", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:56Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:56.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:05:56,849 106130 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 11 second wait
2026-06-19 06:05:58,960 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 1.110s
2026-06-19 06:05:58,960 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1376', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-184b169b-49c1-4d44-8010-7e97e69b1bdb', 'x-compute-request-id': 'req-184b169b-49c1-4d44-8010-7e97e69b1bdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "93622023d97b7316fa09b69941a0e6c7946d9b20f8f2695146ba74ae", "id": "581dd81c-282c-4e11-88d6-72e2b12c32e2", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-62676234", "status": "DELETED", "tenant_id": "b82a18a3ae6d49e49928b696487a39a5", "user_id": "8050d5a651e94e659bd781f3b72062d9", "updated": "2026-06-19T06:05:56Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1173590520", "OS-SRV-USG:launched_at": "2026-06-19T06:04:53.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:56.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}]}}'
2026-06-19 06:06:00,005 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2 0.039s
2026-06-19 06:06:00,006 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:59 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-0ccf0d28-1deb-4a58-9b01-47682c2b5ab3', 'x-compute-request-id': 'req-0ccf0d28-1deb-4a58-9b01-47682c2b5ab3', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/581dd81c-282c-4e11-88d6-72e2b12c32e2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 581dd81c-282c-4e11-88d6-72e2b12c32e2 could not be found."}}'
2026-06-19 06:06:00,038 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.208/compute/v2.1/os-keypairs/tempest-keypair-1173590520 0.031s
2026-06-19 06:06:00,038 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:00 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-8f7b7bd5-20e4-4a30-8d18-ca9b025b1b47', 'x-compute-request-id': 'req-8f7b7bd5-20e4-4a30-8d18-ca9b025b1b47', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs/tempest-keypair-1173590520'}
Body: b''
2026-06-19 06:06:00,265 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/security-groups/4bf07850-7610-4fde-9ad8-2397b085879e 0.226s
2026-06-19 06:06:00,265 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-5d4c8949-1186-47b7-805d-a2b01cc16b53', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups/4bf07850-7610-4fde-9ad8-2397b085879e'}
Body: b''
2026-06-19 06:06:00,326 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.208/networking/v2.0/security-groups/4bf07850-7610-4fde-9ad8-2397b085879e 0.061s
2026-06-19 06:06:00,326 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-4ad58244-0dad-4221-aacd-230a8b2da90e', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups/4bf07850-7610-4fde-9ad8-2397b085879e'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4bf07850-7610-4fde-9ad8-2397b085879e does not exist", "detail": ""}}'
2026-06-19 06:06:00,740 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/floatingips/e25fffe1-0e0f-4a5c-8f98-9b336a8010f9 0.413s
2026-06-19 06:06:00,741 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-68217072-318f-4da2-bbae-83f01840a0ad', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips/e25fffe1-0e0f-4a5c-8f98-9b336a8010f9'}
Body: b''
2026-06-19 06:06:00,779 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.038s
2026-06-19 06:06:00,779 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:00 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-b5911834-a190-47a1-bf05-47d95434d639', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b''
2026-06-19 06:06:00,816 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.035s
2026-06-19 06:06:00,816 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e92f9091-7a6e-4271-a48c-8050af24b5aa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e92f9091-7a6e-4271-a48c-8050af24b5aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:06:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:06:01,870 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.046s
2026-06-19 06:06:01,870 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef7d2dbf-ca26-4fa8-a130-d42aeeac7f35', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef7d2dbf-ca26-4fa8-a130-d42aeeac7f35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
Body: b'{"volume": {"id": "1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:33.000000", "updated_at": "2026-06-19T06:06:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-179054625", "description": null, "volume_type": "tempest-scenario-type-luksv2-922382312", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0"}], "user_id": "8050d5a651e94e659bd781f3b72062d9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b82a18a3ae6d49e49928b696487a39a5"}}'
2026-06-19 06:06:01,949 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/detail?all_tenants=1 0.062s
2026-06-19 06:06:01,949 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92b4e0f-a718-4aa9-9cff-f9691d6cdd35', 'content-length': '14026', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92b4e0f-a718-4aa9-9cff-f9691d6cdd35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "08145d7f-6475-4425-a67f-ade8b8edd4e3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:05:20.000000", "updated_at": "2026-06-19T06:05:25.000000", "name": "", "description": "", "volume_type": "storpool", "snapshot_id": "e721f561-3574-47fc-8f7d-2f1d04ea5784", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/08145d7f-6475-4425-a67f-ade8b8edd4e3"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/08145d7f-6475-4425-a67f-ade8b8edd4e3"}], "user_id": "84519f4a218145a5b158e252dedd5640", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "08145d7f-6475-4425-a67f-ade8b8edd4e3", "attachment_id": "03725cbf-49f4-499a-bfc1-85cf0aa986f5", "volume_id": "08145d7f-6475-4425-a67f-ade8b8edd4e3", "server_id": "56c7a8e5-0278-4947-9c3b-ca1b4ad1d535", "host_name": "np0000003245", "device": "/dev/vda", "attached_at": "2026-06-19T06:05:24.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "f57a621c48924b499623c53fde7b0e06", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003245@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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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": "8cf684ac-b80c-4656-917f-a0abe2aab74a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:05:02.000000", "updated_at": "2026-06-19T06:05:24.000000", "name": "tempest-TestVolumeBackupRestore-volume-1734193346", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"src_backup_id": "2f2460f0-08ae-4c02-8824-07539d3fe822"}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/8cf684ac-b80c-4656-917f-a0abe2aab74a"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/8cf684ac-b80c-4656-917f-a0abe2aab74a"}], "user_id": "125e1f6637704260a785fac774cc80c9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8cf684ac-b80c-4656-917f-a0abe2aab74a", "attachment_id": "00714552-1ec0-4d76-b716-07fa2521a84b", "volume_id": "8cf684ac-b80c-4656-917f-a0abe2aab74a", "server_id": "f4a6dc0e-82ec-4b1d-bcf9-4e256dc3f3ca", "host_name": "np0000003245", "device": "/dev/vda", "attached_at": "2026-06-19T06:05:23.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "65d6bb4784ad466b82079f8444d74af7", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003245@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": "6938490d-9e98-4469-b32a-0645b1b3ec59", "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": "b432b1fe-6a01-4f30-8566-0b90f4d75836", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:46.000000", "updated_at": "2026-06-19T06:04:54.000000", "name": "tempest-TestMinimumBasicScenario-volume-544324260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "
2026-06-19 06:06:02,005 106130 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 400 DELETE https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 0.044s
2026-06-19 06:06:02,006 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:06:01 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-a4cb5ad7-029a-4d7f-ab5c-bda3ffd78f05', 'x-openstack-request-id': 'req-a4cb5ad7-029a-4d7f-ab5c-bda3ffd78f05', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.208/volume/v3/volumes/1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0'}
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/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted
raise lib_exc.DeleteErrorException(
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Volume 1e1baa13-ff27-40e5-b7f3-8d06eef9f6e0 failed to delete and is in error_deleting status
}}}
traceback-2: {{{
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_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 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
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/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 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume] |
pass
pt4.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_stamp_pattern.TestStampPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
fail
ft5.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-19 06:04:13,893 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST https://10.4.3.208/compute/v2.1/os-keypairs 0.365s
2026-06-19 06:04:13,893 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestStampPattern-1881162550", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMGwvboKGrN+R2OcKvZ5bruFf+mFtzXrUuz7UIPzYvE5oLKouWMMiVdesNfZ9zqj57u/vySBtaqh6PMm/t8zLaa2YVW/DKlLRdzSah0fQK94GzEGrByJgMUXTFuziUkRdQ=="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af3fc007-f426-4a5c-b567-1d254e93ea36', 'x-compute-request-id': 'req-af3fc007-f426-4a5c-b567-1d254e93ea36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestStampPattern-1881162550", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMGwvboKGrN+R2OcKvZ5bruFf+mFtzXrUuz7UIPzYvE5oLKouWMMiVdesNfZ9zqj57u/vySBtaqh6PMm/t8zLaa2YVW/DKlLRdzSah0fQK94GzEGrByJgMUXTFuziUkRdQ==", "fingerprint": "b4:5b:95:0a:f4:17:60:4a:fb:d9:e3:de:27:b7:d8:9a", "user_id": "d0029f30009c4ba19a7c172f30d282a0"}}'
2026-06-19 06:04:14,162 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-groups 0.266s
2026-06-19 06:04:14,162 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-502949607", "description": "tempest-secgroup-smoke-502949607 description", "project_id": "cb433a39582a420cacde208b64a467d8"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-911f5535-7e01-4677-9d30-8eeda34f18ce', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "name": "tempest-secgroup-smoke-502949607", "stateful": true, "tenant_id": "cb433a39582a420cacde208b64a467d8", "project_id": "cb433a39582a420cacde208b64a467d8", "description": "tempest-secgroup-smoke-502949607 description", "shared": false, "security_group_rules": [{"id": "73a97be9-953e-42a3-b367-19a8a9d49dc6", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "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": 1302, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:04:14Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}, {"id": "fd7f6716-1db5-4936-a704-0a7b438dba64", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "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": 1301, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:04:14Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}], "tags": [], "created_at": "2026-06-19T06:04:13Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 1}}'
2026-06-19 06:04:14,418 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.256s
2026-06-19 06:04:14,419 106124 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": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "project_id": "cb433a39582a420cacde208b64a467d8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-30fef38e-42a3-4415-adcb-21f92c902957', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d976db5d-ceda-4312-9d3b-abd0369d6aac", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "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-19T06:04:14Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:04:14,562 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.143s
2026-06-19 06:04:14,563 106124 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": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "project_id": "cb433a39582a420cacde208b64a467d8", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-a3efd8f5-85a5-411d-ad66-d930276b5d78', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8654f0be-84f7-41a7-8853-6161302086fd", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "ethertype": "IPv4", "direction": "egress", "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-19T06:04:14Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:04:14,738 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.175s
2026-06-19 06:04:14,739 106124 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": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "project_id": "cb433a39582a420cacde208b64a467d8", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-78d487e7-cb34-41fb-9efc-64c4e9b0faaf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d040db04-4dce-4848-a4a9-17d92f1b49c4", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "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-19T06:04:14Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:04:14,982 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.243s
2026-06-19 06:04:14,983 106124 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": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "project_id": "cb433a39582a420cacde208b64a467d8", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-ee76ae95-08ad-4113-91cd-4fd8d89eea24', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3b1a8f78-07e0-4067-b7e1-a8a9d8b4a646", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "ethertype": "IPv4", "direction": "egress", "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-19T06:04:14Z", "updated_at": "2026-06-19T06:04:14Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:04:15,551 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.568s
2026-06-19 06:04:15,552 106124 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": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "project_id": "cb433a39582a420cacde208b64a467d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-8f7aaa97-a544-45e6-9fc9-fdaa8632e7ef', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cebbea54-7a4d-43f1-9257-1615b767b669", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-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-19T06:04:15Z", "updated_at": "2026-06-19T06:04:15Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:04:15,928 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/security-group-rules 0.376s
2026-06-19 06:04:15,929 106124 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": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "project_id": "cb433a39582a420cacde208b64a467d8", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-951e4a21-7997-40a0-88fc-d04380d1a302', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "10d9cc94-1451-4988-ad61-23ac32cd9368", "project_id": "cb433a39582a420cacde208b64a467d8", "security_group_id": "9e04a042-a233-4ba5-93ba-7fc0d2c05a07", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-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-19T06:04:15Z", "updated_at": "2026-06-19T06:04:15Z", "revision_number": 0, "tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:04:16,170 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST https://10.4.3.208/volume/v3/volumes 0.240s
2026-06-19 06:04:16,170 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestStampPattern-volume-666128051", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9405432f-9ca5-470b-ad19-faa74e15ff2f', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9405432f-9ca5-470b-ad19-faa74e15ff2f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.070910", "updated_at": null, "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-19 06:04:16,307 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/identity/v3/auth/tokens 0.123s
2026-06-19 06:04:16,307 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2926', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6342993d-bf47-4891-b02e-f07c12e0c612', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPattern-784568233-project-member", "password_expires_at": null}, "audit_ids": ["cLX_pphdTxirA3uWERXWzw"], "expires_at": "2026-06-19T07:04:16.000000Z", "issued_at": "2026-06-19T06:04:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb433a39582a420cacde208b64a467d8", "name": "tempest-TestStampPattern-784568233"}, "is_domain": false, "roles": [{"id": "87da01bbfd9b46b3948ff6cb6db65c8b", "name": "reader"}, {"id": "201c828a0998474cb1068e3a728115d8", "name": "member"}], "catalog": [{"endpoints": [{"id": "dcdee5dd3f2340bbb353d661b9316470", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/identity", "region": "RegionOne"}], "id": "3915f2b62a1041d79e8a4b123c1d9f60", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "5d263d72578b4ffabfd5e770050ab8ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/networking", "region": "RegionOne"}], "id": "4694e5641ca047478983b7ae723351bb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1ed844d8516c40fab1becbbdc3b55492", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/placement", "region": "RegionOne"}], "id": "750304972ca94d05a3ff8d86c4eceada", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5c1bb47c409b4496bd2eac1937715d34", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/volume/v3", "region": "RegionOne"}], "id": "90051eb041d445ed8bd416e6c7d1b3eb", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8f26ea8e3755466bbb018c985ea2db90", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2/cb433a39582a420cacde208b64a467d8", "region": "RegionOne"}], "id": "b0974be109d34c0d8b315101c5ca2562", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c87e71d9db7348458b8c250766d59bcf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/image", "region": "RegionOne"}], "id": "b6e882977f974cc2a8aca69d05655ffe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b8025cd362854705b2ee63f42acbc6d7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2.1", "region": "RegionOne"}], "id": "d48af61c83e749f48882cccfc1335e71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "468441f5fbc64579be0a2b2f8b969397", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208:8080/v1/AUTH_cb433a39582a420cacde208b64a467d8", "region": "RegionOne"}, {"id": "ffe3da23ef7841ac9c2506de43ba0eaa", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.208:8080", "region": "RegionOne"}], "id": "e6014a22ee984361b2781933cebbf43b", "type": "object-store", "name": "swift"}]}}'
2026-06-19 06:04:16,307 106124 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '5e8aaf88-d48a-4124-80a4-d2ddbe0e1607', 'name': 'tempest-TestStampPattern-1025514299-network', 'tenant_id': 'cb433a39582a420cacde208b64a467d8', 'project_id': 'cb433a39582a420cacde208b64a467d8', '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': 31272, '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-19T06:04:01Z', 'updated_at': '2026-06-19T06:04:01Z', 'revision_number': 1} available for tenant
2026-06-19 06:04:17,089 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST https://10.4.3.208/compute/v2.1/servers 0.780s
2026-06-19 06:04:17,089 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestStampPattern-server-267168963", "imageRef": "6938490d-9e98-4469-b32a-0645b1b3ec59", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1881162550", "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "networks": [{"uuid": "5e8aaf88-d48a-4124-80a4-d2ddbe0e1607"}]}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0edb1a5-0bf1-4659-a958-f6600142e44a', 'x-compute-request-id': 'req-c0edb1a5-0bf1-4659-a958-f6600142e44a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers'}
Body: b'{"server": {"id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "adminPass": "cs5DqdY7xfHo"}}'
2026-06-19 06:04:17,198 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.106s
2026-06-19 06:04:17,198 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-825a7946-2235-440d-88ba-04312d5a6641', 'x-compute-request-id': 'req-825a7946-2235-440d-88ba-04312d5a6641', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "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-19 06:04:18,308 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.101s
2026-06-19 06:04:18,308 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cff84eb-bfdd-4f40-9f76-a4e7f7dd3332', 'x-compute-request-id': 'req-4cff84eb-bfdd-4f40-9f76-a4e7f7dd3332', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "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-19 06:04:19,655 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.339s
2026-06-19 06:04:19,655 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f21341d-8f8d-4fe5-9a5c-e158b53549c8', 'x-compute-request-id': 'req-6f21341d-8f8d-4fe5-9a5c-e158b53549c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "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-19 06:04:19,661 106124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-19 06:04:20,913 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.251s
2026-06-19 06:04:20,913 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dfd9e7d-10f4-4d70-9492-8f7e2ffc57f9', 'x-compute-request-id': 'req-5dfd9e7d-10f4-4d70-9492-8f7e2ffc57f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "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-19 06:04:22,542 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.616s
2026-06-19 06:04:22,542 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cc275db-5af7-406c-b2c0-d46696dcda51', 'x-compute-request-id': 'req-5cc275db-5af7-406c-b2c0-d46696dcda51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "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-19 06:04:24,507 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.957s
2026-06-19 06:04:24,508 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47a350ae-c872-40e8-b06d-499ab23d53fa', 'x-compute-request-id': 'req-47a350ae-c872-40e8-b06d-499ab23d53fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:24,517 106124 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-06-19 06:04:25,913 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.396s
2026-06-19 06:04:25,914 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7123db1-9403-46c0-83fa-6ea746d7fa88', 'x-compute-request-id': 'req-d7123db1-9403-46c0-83fa-6ea746d7fa88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:25,921 106124 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-06-19 06:04:27,176 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.254s
2026-06-19 06:04:27,176 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-995773de-3b89-4028-b752-ea8b0f927d6c', 'x-compute-request-id': 'req-995773de-3b89-4028-b752-ea8b0f927d6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:28,385 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.202s
2026-06-19 06:04:28,386 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09bb2ea3-3471-4870-92d5-cffcb23a40d8', 'x-compute-request-id': 'req-09bb2ea3-3471-4870-92d5-cffcb23a40d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:29,855 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.462s
2026-06-19 06:04:29,856 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b4efcb2-8505-4ee0-87e1-29224bc4b88b', 'x-compute-request-id': 'req-7b4efcb2-8505-4ee0-87e1-29224bc4b88b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:31,364 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.500s
2026-06-19 06:04:31,365 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21633aa3-8d25-40b9-aa83-773b8c6ef4b0', 'x-compute-request-id': 'req-21633aa3-8d25-40b9-aa83-773b8c6ef4b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:33,738 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 1.366s
2026-06-19 06:04:33,738 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81371db4-c9a7-4385-b09f-b2a94bbb5707', 'x-compute-request-id': 'req-81371db4-c9a7-4385-b09f-b2a94bbb5707', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "BUILD", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:35,649 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.903s
2026-06-19 06:04:35,649 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8fb7a49-75bf-4754-9379-1c5ffe6700a8', 'x-compute-request-id': 'req-e8fb7a49-75bf-4754-9379-1c5ffe6700a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestStampPattern-1025514299-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}]}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "ACTIVE", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:35,659 106124 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-06-19 06:04:36,438 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.778s
2026-06-19 06:04:36,438 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01d93043-d105-4058-8f61-92a415b70db0', 'x-compute-request-id': 'req-01d93043-d105-4058-8f61-92a415b70db0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestStampPattern-1025514299-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}]}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "ACTIVE", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:04:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:04:36,669 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/networking/v2.0/ports?device_id=9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.225s
2026-06-19 06:04:36,669 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '985', 'x-openstack-request-id': 'req-95f744d4-4929-4474-8056-e6c49325b5cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/networking/v2.0/ports?device_id=9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"ports":[{"id":"1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c","name":"","network_id":"5e8aaf88-d48a-4124-80a4-d2ddbe0e1607","project_id":"cb433a39582a420cacde208b64a467d8","mac_address":"fa:16:3e:f6:0a:b3","admin_state_up":true,"status":"ACTIVE","device_id":"9bb4b9d4-e7a6-444c-8588-209f821cccb9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"54c11db0-5010-4195-aa4c-2aeb9b553a12","ip_address":"10.1.0.7"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["9e04a042-a233-4ba5-93ba-7fc0d2c05a07"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"np0000003245","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","ovs_create_tap":false,"bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2026-06-19T06:04:23Z","updated_at":"2026-06-19T06:04:31Z","revision_number":5,"tenant_id":"cb433a39582a420cacde208b64a467d8"}]}'
2026-06-19 06:04:36,669 106124 DEBUG [tempest.common.waiters] Server ID 9bb4b9d4-e7a6-444c-8588-209f821cccb9 ports are all ACTIVE [{'id': '1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c', 'name': '', 'network_id': '5e8aaf88-d48a-4124-80a4-d2ddbe0e1607', 'project_id': 'cb433a39582a420cacde208b64a467d8', 'mac_address': 'fa:16:3e:f6:0a:b3', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '9bb4b9d4-e7a6-444c-8588-209f821cccb9', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '54c11db0-5010-4195-aa4c-2aeb9b553a12', 'ip_address': '10.1.0.7'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['9e04a042-a233-4ba5-93ba-7fc0d2c05a07'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'np0000003245', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'ovs_create_tap': False, 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': True, 'tags': [], 'created_at': '2026-06-19T06:04:23Z', 'updated_at': '2026-06-19T06:04:31Z', 'revision_number': 5, 'tenant_id': 'cb433a39582a420cacde208b64a467d8'}]:
2026-06-19 06:04:36,728 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/networking/v2.0/floatingips?floating_network_id=81b0de9a-5c97-4d66-b6a1-5242faa66ab1&port_id=1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c 0.059s
2026-06-19 06:04:36,732 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-91d979e6-8cb5-45df-921a-16c2b904033c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips?floating_network_id=81b0de9a-5c97-4d66-b6a1-5242faa66ab1&port_id=1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c'}
Body: b'{"floatingips": []}'
2026-06-19 06:04:36,766 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/networking/v2.0/ports?device_id=9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.034s
2026-06-19 06:04:36,766 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '985', 'x-openstack-request-id': 'req-93ad36ef-e419-47b1-8d97-6f73cd408812', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/networking/v2.0/ports?device_id=9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"ports":[{"id":"1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c","name":"","network_id":"5e8aaf88-d48a-4124-80a4-d2ddbe0e1607","project_id":"cb433a39582a420cacde208b64a467d8","mac_address":"fa:16:3e:f6:0a:b3","admin_state_up":true,"status":"ACTIVE","device_id":"9bb4b9d4-e7a6-444c-8588-209f821cccb9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"54c11db0-5010-4195-aa4c-2aeb9b553a12","ip_address":"10.1.0.7"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["9e04a042-a233-4ba5-93ba-7fc0d2c05a07"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"np0000003245","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","ovs_create_tap":false,"bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2026-06-19T06:04:23Z","updated_at":"2026-06-19T06:04:31Z","revision_number":5,"tenant_id":"cb433a39582a420cacde208b64a467d8"}]}'
2026-06-19 06:04:36,766 106124 DEBUG [tempest.common.waiters] Server ID 9bb4b9d4-e7a6-444c-8588-209f821cccb9 ports are all ACTIVE [{'id': '1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c', 'name': '', 'network_id': '5e8aaf88-d48a-4124-80a4-d2ddbe0e1607', 'project_id': 'cb433a39582a420cacde208b64a467d8', 'mac_address': 'fa:16:3e:f6:0a:b3', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '9bb4b9d4-e7a6-444c-8588-209f821cccb9', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '54c11db0-5010-4195-aa4c-2aeb9b553a12', 'ip_address': '10.1.0.7'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['9e04a042-a233-4ba5-93ba-7fc0d2c05a07'], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'np0000003245', 'binding:vif_type': 'ovs', 'binding:vif_details': {'port_filter': True, 'connectivity': 'l2', 'ovs_create_tap': False, 'bridge_name': 'br-int', 'datapath_type': 'system', 'bound_drivers': {'0': 'ovn'}}, 'port_security_enabled': True, 'tags': [], 'created_at': '2026-06-19T06:04:23Z', 'updated_at': '2026-06-19T06:04:31Z', 'revision_number': 5, 'tenant_id': 'cb433a39582a420cacde208b64a467d8'}]:
2026-06-19 06:04:37,900 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.208/networking/v2.0/floatingips 1.134s
2026-06-19 06:04:37,901 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "port_id": "1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c", "project_id": "cb433a39582a420cacde208b64a467d8", "fixed_ip_address": "10.1.0.7"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6bc2629c-aa80-42ca-bd6c-fe7c0c121817', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "c13032cd-bbed-4620-bc5a-67d487cb6cb8", "tenant_id": "cb433a39582a420cacde208b64a467d8", "project_id": "cb433a39582a420cacde208b64a467d8", "floating_ip_address": "172.24.5.179", "floating_network_id": "81b0de9a-5c97-4d66-b6a1-5242faa66ab1", "router_id": "45e8a518-d82f-4dfc-b572-3bb037bede61", "port_id": "1a2ad0ea-01d6-4fd8-a6b2-f9a6c440ab6c", "fixed_ip_address": "10.1.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5e8aaf88-d48a-4124-80a4-d2ddbe0e1607", "mac_address": "fa:16:3e:f6:0a:b3", "admin_state_up": true, "status": "ACTIVE", "device_id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-19T06:04:37Z", "updated_at": "2026-06-19T06:04:37Z", "revision_number": 0}}'
2026-06-19 06:04:37,901 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:13,755 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:13,873 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:13,873 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:13,874 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps
2026-06-19 06:05:13,874 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:13,885 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:14,044 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:14,045 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:14,200 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.037s
2026-06-19 06:05:14,200 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ddadf7-322b-41ca-b79c-3892c53976be', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ddadf7-322b-41ca-b79c-3892c53976be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:04:16.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:14,206 106124 INFO [tempest.common.waiters] volume a7053283-5501-4afc-a6a6-fa25c6ef6900 reached available after waiting for 0.206309 seconds
2026-06-19 06:05:14,247 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.041s
2026-06-19 06:05:14,247 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b61e53d-9f45-46c6-9684-541f69cd6ee5', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b61e53d-9f45-46c6-9684-541f69cd6ee5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:04:16.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:16,850 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments 2.595s
2026-06-19 06:05:16,850 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "a7053283-5501-4afc-a6a6-fa25c6ef6900"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:14 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-94f71589-5219-4507-967c-3d826a963416', 'x-compute-request-id': 'req-94f71589-5219-4507-967c-3d826a963416', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "serverId": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "volumeId": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "device": "/dev/vdb"}}'
2026-06-19 06:05:16,888 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.037s
2026-06-19 06:05:16,888 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677e193d-3eb3-4e79-b8c6-283aed6d9ae9', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677e193d-3eb3-4e79-b8c6-283aed6d9ae9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:16.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:17,925 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.029s
2026-06-19 06:05:17,925 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16206ffa-7000-4a5a-afc9-07059c6ee49b', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16206ffa-7000-4a5a-afc9-07059c6ee49b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:17.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:18,960 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.030s
2026-06-19 06:05:18,960 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582b9afc-0ee0-4a6f-89ae-7c05c07db506', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582b9afc-0ee0-4a6f-89ae-7c05c07db506', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:17.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:20,022 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.054s
2026-06-19 06:05:20,023 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73b39fb-7eb3-4e86-aaa1-66691f929d45', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73b39fb-7eb3-4e86-aaa1-66691f929d45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:17.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:21,063 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.029s
2026-06-19 06:05:21,063 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b3eb52-0a40-493e-8386-21e6686b034c', 'content-length': '1131', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b3eb52-0a40-493e-8386-21e6686b034c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:21.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "attachment_id": "bb865437-7866-4777-9976-3aef4bbb56ca", "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "server_id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-19T06:05:17.000000"}], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:21,068 106124 INFO [tempest.common.waiters] volume a7053283-5501-4afc-a6a6-fa25c6ef6900 reached in-use after waiting for 5.068492 seconds
2026-06-19 06:05:21,099 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.031s
2026-06-19 06:05:21,099 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c245092-d371-438a-b249-2610f891e1e5', 'content-length': '1131', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c245092-d371-438a-b249-2610f891e1e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:21.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "attachment_id": "bb865437-7866-4777-9976-3aef4bbb56ca", "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "server_id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-19T06:05:17.000000"}], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:21,105 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:21,121 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:21,267 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:21,268 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:21,268 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps
2026-06-19 06:05:21,268 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:21,280 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:21,470 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:21,471 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:21,593 106124 DEBUG [tempest.lib.common.utils.test_utils] Call _wait_for_volume_available_on_system returns true in 0.325253 seconds
2026-06-19 06:05:21,594 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps
2026-06-19 06:05:21,594 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:21,606 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:21,770 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:21,771 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:21,902 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:21,918 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:22,078 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:22,078 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:22,079 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo mkfs -t vfat /dev/vdb
2026-06-19 06:05:22,079 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:22,092 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:22,273 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:22,274 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:23,248 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo mkdir -p /mnt/vdb
2026-06-19 06:05:23,249 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:23,264 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:23,416 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:23,416 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:23,581 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo mount /dev/vdb /mnt/vdb
2026-06-19 06:05:23,581 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:23,594 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:23,749 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:23,750 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:23,973 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo sh -c "date > /mnt/vdb/timestamp; sync"
2026-06-19 06:05:23,973 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:23,989 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:24,142 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:24,142 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:24,367 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/vdb/timestamp
2026-06-19 06:05:24,367 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:24,381 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:24,537 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:24,538 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:24,707 106124 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo umount /mnt/vdb
2026-06-19 06:05:24,707 106124 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.179:22' as 'cirros' with public key authentication
2026-06-19 06:05:24,726 106124 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 06:05:24,880 106124 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 06:05:24,881 106124 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.179 successfully created
2026-06-19 06:05:25,217 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 DELETE https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.144s
2026-06-19 06:05:25,218 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b58450fc-ca42-473f-bd6c-8cb6aad570f7', 'x-compute-request-id': 'req-b58450fc-ca42-473f-bd6c-8cb6aad570f7', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b''
2026-06-19 06:05:25,365 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments 0.146s
2026-06-19 06:05:25,365 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62cefe8b-2f8a-4283-bbc6-5f468fe2d437', 'x-compute-request-id': 'req-62cefe8b-2f8a-4283-bbc6-5f468fe2d437', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "volumeId": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "serverId": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "device": "/dev/vdb"}]}'
2026-06-19 06:05:26,421 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments 0.054s
2026-06-19 06:05:26,421 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d21128c1-7ac2-4ccd-a51c-07874d6d214a', 'x-compute-request-id': 'req-d21128c1-7ac2-4ccd-a51c-07874d6d214a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "volumeId": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "serverId": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "device": "/dev/vdb"}]}'
2026-06-19 06:05:27,469 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments 0.046s
2026-06-19 06:05:27,469 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca06f640-b31a-44d4-8186-d372ea547a28', 'x-compute-request-id': 'req-ca06f640-b31a-44d4-8186-d372ea547a28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "volumeId": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "serverId": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "device": "/dev/vdb"}]}'
2026-06-19 06:05:28,505 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments 0.034s
2026-06-19 06:05:28,505 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '25', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5fa9571-4a6e-48a7-97b3-f47f0b236dae', 'x-compute-request-id': 'req-f5fa9571-4a6e-48a7-97b3-f47f0b236dae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments'}
Body: b'{"volumeAttachments": []}'
2026-06-19 06:05:28,608 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST https://10.4.3.208/volume/v3/snapshots 0.102s
2026-06-19 06:05:28,608 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "force": false, "name": "tempest-TestStampPattern-snapshot-1909924051", "description": null, "metadata": null}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea53714-a6dc-4cf8-9628-5f6c0064ffa5', 'content-length': '303', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea53714-a6dc-4cf8-9628-5f6c0064ffa5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots'}
Body: b'{"snapshot": {"id": "6373a636-6ad7-4e51-ac87-1c7cea4760c2", "created_at": "2026-06-19T06:05:28.577515", "updated_at": null, "name": "tempest-TestStampPattern-snapshot-1909924051", "description": null, "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "creating", "size": 1, "metadata": {}}}'
2026-06-19 06:05:28,630 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.019s
2026-06-19 06:05:28,630 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac0bc26-a4be-4dda-b7b5-7caa6fcf20b0', 'content-length': '435', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac0bc26-a4be-4dda-b7b5-7caa6fcf20b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b'{"snapshot": {"id": "6373a636-6ad7-4e51-ac87-1c7cea4760c2", "created_at": "2026-06-19T06:05:29.000000", "updated_at": null, "name": "tempest-TestStampPattern-snapshot-1909924051", "description": null, "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cb433a39582a420cacde208b64a467d8", "os-extended-snapshot-attributes:progress": "0%"}}'
2026-06-19 06:05:29,653 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.022s
2026-06-19 06:05:29,654 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e446d2ea-c4cb-43df-9fab-073f2af6d863', 'content-length': '462', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e446d2ea-c4cb-43df-9fab-073f2af6d863', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b'{"snapshot": {"id": "6373a636-6ad7-4e51-ac87-1c7cea4760c2", "created_at": "2026-06-19T06:05:29.000000", "updated_at": "2026-06-19T06:05:29.000000", "name": "tempest-TestStampPattern-snapshot-1909924051", "description": null, "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cb433a39582a420cacde208b64a467d8", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:29,656 106124 INFO [tempest.common.waiters] snapshot 6373a636-6ad7-4e51-ac87-1c7cea4760c2 reached available after waiting for 1.656109 seconds
2026-06-19 06:05:29,685 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.029s
2026-06-19 06:05:29,685 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a90a708f-e7b7-4508-bfc7-6041dd064d5a', 'content-length': '462', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a90a708f-e7b7-4508-bfc7-6041dd064d5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b'{"snapshot": {"id": "6373a636-6ad7-4e51-ac87-1c7cea4760c2", "created_at": "2026-06-19T06:05:29.000000", "updated_at": "2026-06-19T06:05:29.000000", "name": "tempest-TestStampPattern-snapshot-1909924051", "description": null, "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cb433a39582a420cacde208b64a467d8", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:29,687 106124 DEBUG [tempest.scenario.manager] Creating a snapshot image for server: tempest-TestStampPattern-server-267168963
2026-06-19 06:05:30,541 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/action 0.853s
2026-06-19 06:05:30,541 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"createImage": {"name": "tempest-TestStampPatternsnapshot-532151931"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'https://10.4.3.208/image//images/7776e78a-063c-4c40-9239-b3cfcc6fdf61', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ef4a98-606c-4dfb-8220-a2cffc7b8ce0', 'x-compute-request-id': 'req-27ef4a98-606c-4dfb-8220-a2cffc7b8ce0', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/action'}
Body: b''
2026-06-19 06:05:30,591 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.048s
2026-06-19 06:05:30,592 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'x-openstack-request-id': 'req-267b6139-1624-4dd4-8151-f9a5d009dcef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:31,621 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.029s
2026-06-19 06:05:31,621 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd03ad70-aa58-4ad1-bd89-26ce530b2951', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:32,651 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.029s
2026-06-19 06:05:32,651 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'x-openstack-request-id': 'req-16e913a8-5a12-45fd-a488-da1cee07abec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:33,676 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.024s
2026-06-19 06:05:33,676 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'x-openstack-request-id': 'req-235f06b8-eff1-488b-abab-2fcf1d942553', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:34,706 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.030s
2026-06-19 06:05:34,707 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0bbcc43b-4889-4844-bff8-b06bd1019b52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:35,728 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.021s
2026-06-19 06:05:35,728 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'x-openstack-request-id': 'req-42be4e32-6705-4990-9da2-d4dd44ce2127', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:30Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:36,754 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.025s
2026-06-19 06:05:36,754 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'x-openstack-request-id': 'req-398c636c-252a-4353-a7c3-84676dd7569d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_id": "cb433a39582a420cacde208b64a467d8", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:36Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:37,788 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.032s
2026-06-19 06:05:37,789 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a7e205c-51c8-4e6d-ae0d-07aa79289433', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"base_image_ref": "6938490d-9e98-4469-b32a-0645b1b3ec59", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "owner_id": "cb433a39582a420cacde208b64a467d8", "owner_project_name": "tempest-TestStampPattern-784568233", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-TestStampPattern-784568233-project-member", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "name": "tempest-TestStampPatternsnapshot-532151931", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "cb433a39582a420cacde208b64a467d8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7776e78a-063c-4c40-9239-b3cfcc6fdf61", "created_at": "2026-06-19T06:05:30Z", "updated_at": "2026-06-19T06:05:37Z", "tags": [], "self": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61", "file": "/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61/file", "schema": "/v2/schemas/image"}'
2026-06-19 06:05:39,368 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 GET https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61 0.578s
2026-06-19 06:05:39,368 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '186', 'content-type': 'application/json', 'x-openstack-request-id': 'req-08d688a7-85f7-425c-9911-39f251d17bff', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/image/v2/images/7776e78a-063c-4c40-9239-b3cfcc6fdf61'}
Body: b'{"message": "The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n", "code": "500 Internal Server Error", "title": "Internal Server Error"}'
2026-06-19 06:05:39,452 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 500 DELETE https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.082s
2026-06-19 06:05:39,452 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:39 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-6a55231a-2a73-43ee-828f-bf70335cb25c', 'x-openstack-request-id': 'req-6a55231a-2a73-43ee-828f-bf70335cb25c', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-19 06:05:39,452 106124 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method SnapshotsClient.delete_snapshot of <tempest.lib.services.volume.v3.snapshots_client.SnapshotsClient object at 0x777c04a98b30>>, retrying...
2026-06-19 06:05:44,700 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.247s
2026-06-19 06:05:44,700 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:44 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-7c0f86e3-2666-4a70-a30b-8f2473d488cb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b''
2026-06-19 06:05:44,818 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.118s
2026-06-19 06:05:44,819 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e27b47-7dcf-4f75-abcb-fc534db6ef05', 'content-length': '461', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e27b47-7dcf-4f75-abcb-fc534db6ef05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b'{"snapshot": {"id": "6373a636-6ad7-4e51-ac87-1c7cea4760c2", "created_at": "2026-06-19T06:05:29.000000", "updated_at": "2026-06-19T06:05:45.000000", "name": "tempest-TestStampPattern-snapshot-1909924051", "description": null, "volume_id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "cb433a39582a420cacde208b64a467d8", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-19 06:05:45,843 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2 0.022s
2026-06-19 06:05:45,843 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa038c04-b0d7-4b30-ba7f-aee6fd2b65a3', 'x-openstack-request-id': 'req-fa038c04-b0d7-4b30-ba7f-aee6fd2b65a3', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/snapshots/6373a636-6ad7-4e51-ac87-1c7cea4760c2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 6373a636-6ad7-4e51-ac87-1c7cea4760c2 could not be found."}}'
2026-06-19 06:05:45,927 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 DELETE https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.083s
2026-06-19 06:05:45,927 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:45 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': '154', 'x-openstack-request-id': 'req-a97ee3c3-8fa7-4ad3-b530-a176949aff5a', 'x-compute-request-id': 'req-a97ee3c3-8fa7-4ad3-b530-a176949aff5a', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9/os-volume_attachments/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9bb4b9d4-e7a6-444c-8588-209f821cccb9 is not attached to volume a7053283-5501-4afc-a6a6-fa25c6ef6900"}}'
2026-06-19 06:05:46,391 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/floatingips/c13032cd-bbed-4620-bc5a-67d487cb6cb8 0.463s
2026-06-19 06:05:46,391 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-36c579c4-fc29-4926-a7a0-61949a9dc5be', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/floatingips/c13032cd-bbed-4620-bc5a-67d487cb6cb8'}
Body: b''
2026-06-19 06:05:46,587 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.196s
2026-06-19 06:05:46,588 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:46 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-8a04b9bc-f2ec-4a4b-8377-dea977506437', 'x-compute-request-id': 'req-8a04b9bc-f2ec-4a4b-8377-dea977506437', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b''
2026-06-19 06:05:47,044 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.456s
2026-06-19 06:05:47,045 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c39d06a-1242-484e-9291-494a7a69d314', 'x-compute-request-id': 'req-2c39d06a-1242-484e-9291-494a7a69d314', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestStampPattern-1025514299-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}, {"version": 4, "addr": "172.24.5.179", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}]}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "ACTIVE", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:05:48,468 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.414s
2026-06-19 06:05:48,468 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccefdeb4-36e9-4239-a016-f06205cb0a41', 'x-compute-request-id': 'req-ccefdeb4-36e9-4239-a016-f06205cb0a41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestStampPattern-1025514299-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}, {"version": 4, "addr": "172.24.5.179", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}]}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "ACTIVE", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-502949607"}], "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-19 06:05:49,597 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.119s
2026-06-19 06:05:49,598 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1603', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9a8ced-d5c3-4f10-8f50-7fa19a7746ed', 'x-compute-request-id': 'req-cf9a8ced-d5c3-4f10-8f50-7fa19a7746ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestStampPattern-1025514299-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}, {"version": 4, "addr": "172.24.5.179", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:0a:b3"}]}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "ACTIVE", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.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-19 06:05:50,706 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.098s
2026-06-19 06:05:50,706 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86047515-aa4c-4d84-957c-276fa4beec01', 'x-compute-request-id': 'req-86047515-aa4c-4d84-957c-276fa4beec01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "DELETED", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:50Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:50.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-19 06:05:50,711 106124 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait
2026-06-19 06:05:51,803 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.091s
2026-06-19 06:05:51,803 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89cbd517-fb60-4990-bb2d-501b86b2579c', 'x-compute-request-id': 'req-89cbd517-fb60-4990-bb2d-501b86b2579c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "DELETED", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:50Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:50.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-19 06:05:52,923 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.115s
2026-06-19 06:05:52,923 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d8ecae-8119-4c87-9a12-11ea1ad1f83b', 'x-compute-request-id': 'req-a2d8ecae-8119-4c87-9a12-11ea1ad1f83b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "DELETED", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:50Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:50.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-19 06:05:54,009 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.080s
2026-06-19 06:05:54,009 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1330', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b9282d5-b072-41e4-b919-6d080524ddc4', 'x-compute-request-id': 'req-3b9282d5-b072-41e4-b919-6d080524ddc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:04:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "1a0699ce8ebeb0c89c8c9aa01a2ad5dd2a5d83aea86884604e75f945", "id": "9bb4b9d4-e7a6-444c-8588-209f821cccb9", "image": {"id": "6938490d-9e98-4469-b32a-0645b1b3ec59", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/images/6938490d-9e98-4469-b32a-0645b1b3ec59"}]}, "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9"}], "metadata": {}, "name": "tempest-TestStampPattern-server-267168963", "status": "DELETED", "tenant_id": "cb433a39582a420cacde208b64a467d8", "user_id": "d0029f30009c4ba19a7c172f30d282a0", "updated": "2026-06-19T06:05:50Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestStampPattern-1881162550", "OS-SRV-USG:launched_at": "2026-06-19T06:04:33.000000", "OS-SRV-USG:terminated_at": "2026-06-19T06:05:50.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-19 06:05:55,041 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9 0.027s
2026-06-19 06:05:55,041 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:55 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-2eba99a4-6364-4275-a79f-465f32ce527a', 'x-compute-request-id': 'req-2eba99a4-6364-4275-a79f-465f32ce527a', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/9bb4b9d4-e7a6-444c-8588-209f821cccb9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9bb4b9d4-e7a6-444c-8588-209f821cccb9 could not be found."}}'
2026-06-19 06:05:55,086 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.044s
2026-06-19 06:05:55,086 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:55 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-ac8b5eed-a013-4c39-93c3-2deb36538f07', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b''
2026-06-19 06:05:55,119 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.033s
2026-06-19 06:05:55,119 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e08ec050-807f-4532-8b27-99a81f0fa9bb', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e08ec050-807f-4532-8b27-99a81f0fa9bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"volume": {"id": "a7053283-5501-4afc-a6a6-fa25c6ef6900", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:04:16.000000", "updated_at": "2026-06-19T06:05:55.000000", "name": "tempest-TestStampPattern-volume-666128051", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900"}], "user_id": "d0029f30009c4ba19a7c172f30d282a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb433a39582a420cacde208b64a467d8"}}'
2026-06-19 06:05:56,154 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900 0.024s
2026-06-19 06:05:56,154 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:56 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-707cc776-441c-458d-a2d9-ad2f7740e588', 'x-openstack-request-id': 'req-707cc776-441c-458d-a2d9-ad2f7740e588', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/volumes/a7053283-5501-4afc-a6a6-fa25c6ef6900'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume a7053283-5501-4afc-a6a6-fa25c6ef6900 could not be found."}}'
2026-06-19 06:05:56,447 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE https://10.4.3.208/networking/v2.0/security-groups/9e04a042-a233-4ba5-93ba-7fc0d2c05a07 0.293s
2026-06-19 06:05:56,447 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b6f3f4c2-bc28-48d9-ba7d-4265467b7e82', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/networking/v2.0/security-groups/9e04a042-a233-4ba5-93ba-7fc0d2c05a07'}
Body: b''
2026-06-19 06:05:56,481 106124 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE https://10.4.3.208/compute/v2.1/os-keypairs/tempest-TestStampPattern-1881162550 0.033s
2026-06-19 06:05:56,481 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:05:56 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-b111b42b-e1a9-41cb-9390-b09cdefcc610', 'x-compute-request-id': 'req-b111b42b-e1a9-41cb-9390-b09cdefcc610', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/os-keypairs/tempest-TestStampPattern-1881162550'}
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_stamp_pattern.py", line 123, in test_stamp_pattern
snapshot_image = self.create_server_snapshot(server=server)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 954, in create_server_snapshot
waiters.wait_for_image_status(_image_client, image_id, 'active')
File "/opt/stack/tempest/tempest/common/waiters.py", line 175, in wait_for_image_status
image = show_image(image_id)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 119, in show_image
resp, body = self.get(url)
^^^^^^^^^^^^^
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/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: The server has either erred or is incapable of performing the requested operation.<br /><br />
|
||||||
| 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
pt6.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
ft6.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-19 05:59:55,448 106126 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-570852742 on backend None
2026-06-19 05:59:55,487 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.208/volume/v3/types 0.039s
2026-06-19 05:59:55,488 106126 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-570852742", "extra_specs": {}}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e17b1b11-23a3-414d-8a7b-05d0bc060a6d', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e17b1b11-23a3-414d-8a7b-05d0bc060a6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/types'}
Body: b'{"volume_type": {"id": "19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef", "name": "tempest-scenario-type-luks2-570852742", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-19 05:59:55,492 106126 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef
2026-06-19 05:59:55,540 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.208/volume/v3/types/19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef/encryption 0.048s
2026-06-19 05:59:55,541 106126 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': 'Fri, 19 Jun 2026 05:59:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a72edf-d2f3-4d42-9889-68567b480865', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a72edf-d2f3-4d42-9889-68567b480865', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/types/19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef", "encryption_id": "f2ca877b-8b5b-4001-bb58-d9118e9de6e1"}}'
2026-06-19 05:59:56,048 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.208/volume/v3/volumes 0.505s
2026-06-19 05:59:56,048 106126 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-2071539687", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-570852742", "size": 1}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98cd3925-00a7-43ba-9f91-99666af453e0', 'content-length': '780', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98cd3925-00a7-43ba-9f91-99666af453e0', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes'}
Body: b'{"volume": {"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T05:59:55.846281", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2071539687", "description": null, "volume_type": "tempest-scenario-type-luks2-570852742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}], "user_id": "84519f4a218145a5b158e252dedd5640", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-19 05:59:56,139 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4 0.082s
2026-06-19 05:59:56,140 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24981557-9260-4633-988e-c9461776ac7a', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24981557-9260-4633-988e-c9461776ac7a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4'}
Body: b'{"volume": {"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T05:59:56.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2071539687", "description": null, "volume_type": "tempest-scenario-type-luks2-570852742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}], "user_id": "84519f4a218145a5b158e252dedd5640", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f57a621c48924b499623c53fde7b0e06"}}'
2026-06-19 05:59:57,200 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4 0.052s
2026-06-19 05:59:57,200 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c42dd6e-6ec0-4435-ae76-6c01cd3d479e', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c42dd6e-6ec0-4435-ae76-6c01cd3d479e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4'}
Body: b'{"volume": {"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T05:59:56.000000", "updated_at": "2026-06-19T05:59:56.000000", "name": "tempest-TestVolumeBootPattern-volume-2071539687", "description": null, "volume_type": "tempest-scenario-type-luks2-570852742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}], "user_id": "84519f4a218145a5b158e252dedd5640", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f57a621c48924b499623c53fde7b0e06"}}'
2026-06-19 05:59:57,209 106126 INFO [tempest.common.waiters] volume eaae7d42-4780-45d6-9e78-30bf882a07f4 reached available after waiting for 1.209538 seconds
2026-06-19 05:59:57,264 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4 0.054s
2026-06-19 05:59:57,264 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d34d3d7-a3c4-4ddd-8bee-d1b1257c2037', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d34d3d7-a3c4-4ddd-8bee-d1b1257c2037', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4'}
Body: b'{"volume": {"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T05:59:56.000000", "updated_at": "2026-06-19T05:59:56.000000", "name": "tempest-TestVolumeBootPattern-volume-2071539687", "description": null, "volume_type": "tempest-scenario-type-luks2-570852742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}], "user_id": "84519f4a218145a5b158e252dedd5640", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f57a621c48924b499623c53fde7b0e06"}}'
2026-06-19 05:59:57,312 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4/action 0.040s
2026-06-19 05:59:57,313 106126 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': 'Fri, 19 Jun 2026 05:59:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-da71efcc-bbd0-4319-9104-604256e4ef32', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da71efcc-bbd0-4319-9104-604256e4ef32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4/action'}
Body: b''
2026-06-19 05:59:57,482 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.208/identity/v3/auth/tokens 0.164s
2026-06-19 05:59:57,482 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:57 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-14a8a774-9b2f-4fee-be8b-6a264fa8f62a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.208/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "84519f4a218145a5b158e252dedd5640", "name": "tempest-TestVolumeBootPattern-2100651514-project-member", "password_expires_at": null}, "audit_ids": ["e8kiAmTbTsKcldryS33V5g"], "expires_at": "2026-06-19T06:59:57.000000Z", "issued_at": "2026-06-19T05:59:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f57a621c48924b499623c53fde7b0e06", "name": "tempest-TestVolumeBootPattern-2100651514"}, "is_domain": false, "roles": [{"id": "87da01bbfd9b46b3948ff6cb6db65c8b", "name": "reader"}, {"id": "201c828a0998474cb1068e3a728115d8", "name": "member"}], "catalog": [{"endpoints": [{"id": "dcdee5dd3f2340bbb353d661b9316470", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/identity", "region": "RegionOne"}], "id": "3915f2b62a1041d79e8a4b123c1d9f60", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "5d263d72578b4ffabfd5e770050ab8ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/networking", "region": "RegionOne"}], "id": "4694e5641ca047478983b7ae723351bb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1ed844d8516c40fab1becbbdc3b55492", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/placement", "region": "RegionOne"}], "id": "750304972ca94d05a3ff8d86c4eceada", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5c1bb47c409b4496bd2eac1937715d34", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/volume/v3", "region": "RegionOne"}], "id": "90051eb041d445ed8bd416e6c7d1b3eb", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8f26ea8e3755466bbb018c985ea2db90", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2/f57a621c48924b499623c53fde7b0e06", "region": "RegionOne"}], "id": "b0974be109d34c0d8b315101c5ca2562", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c87e71d9db7348458b8c250766d59bcf", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/image", "region": "RegionOne"}], "id": "b6e882977f974cc2a8aca69d05655ffe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b8025cd362854705b2ee63f42acbc6d7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208/compute/v2.1", "region": "RegionOne"}], "id": "d48af61c83e749f48882cccfc1335e71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "468441f5fbc64579be0a2b2f8b969397", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.208:8080/v1/AUTH_f57a621c48924b499623c53fde7b0e06", "region": "RegionOne"}, {"id": "ffe3da23ef7841ac9c2506de43ba0eaa", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.208:8080", "region": "RegionOne"}], "id": "e6014a22ee984361b2781933cebbf43b", "type": "object-store", "name": "swift"}]}}'
2026-06-19 05:59:57,482 106126 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '502e4e00-3421-42e4-8621-c89d6dc4ba4d', 'name': 'tempest-TestVolumeBootPattern-602106906-network', 'tenant_id': 'f57a621c48924b499623c53fde7b0e06', 'project_id': 'f57a621c48924b499623c53fde7b0e06', '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': 24595, '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-19T05:58:52Z', 'updated_at': '2026-06-19T05:58:52Z', 'revision_number': 1} available for tenant
2026-06-19 05:59:59,824 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.208/compute/v2.1/servers 2.341s
2026-06-19 05:59:59,825 106126 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-23672993", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "eaae7d42-4780-45d6-9e78-30bf882a07f4", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "502e4e00-3421-42e4-8621-c89d6dc4ba4d"}]}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-451a402b-32e9-4703-ace4-0353cc984bbe', 'x-compute-request-id': 'req-451a402b-32e9-4703-ace4-0353cc984bbe', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/compute/v2.1/servers'}
Body: b'{"server": {"id": "af5df23e-3592-465d-ac0c-113c25da5b52", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xAgyPykWW56w"}}'
2026-06-19 06:00:00,540 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.712s
2026-06-19 06:00:00,540 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 05:59:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1053', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a47a1407-b258-4606-bf50-f638375d944a', 'x-compute-request-id': 'req-a47a1407-b258-4606-bf50-f638375d944a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T06:00:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:00Z", "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-19 06:00:02,100 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.553s
2026-06-19 06:00:02,100 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1095', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b63bf919-5def-4c3c-b151-1491feb0fdfe', 'x-compute-request-id': 'req-b63bf919-5def-4c3c-b151-1491feb0fdfe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:01Z", "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": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:02,109 106126 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-19 06:00:03,256 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.147s
2026-06-19 06:00:03,256 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d41f3f46-2e5b-4d4c-9c36-59242d5cf098', 'x-compute-request-id': 'req-d41f3f46-2e5b-4d4c-9c36-59242d5cf098', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:02Z", "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": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:04,411 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.145s
2026-06-19 06:00:04,412 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1159', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a372c3e-5a34-423c-b9ca-82f50c8e9ee1', 'x-compute-request-id': 'req-2a372c3e-5a34-423c-b9ca-82f50c8e9ee1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:04Z", "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": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:04,421 106126 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-19 06:00:05,897 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.476s
2026-06-19 06:00:05,898 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1201', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f45566-3f8e-41b9-8538-aa8400d9d79e', 'x-compute-request-id': 'req-70f45566-3f8e-41b9-8538-aa8400d9d79e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:04Z", "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": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:07,265 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.360s
2026-06-19 06:00:07,266 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ea466df-d641-4b45-bd54-6d9664201c6e', 'x-compute-request-id': 'req-7ea466df-d641-4b45-bd54-6d9664201c6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:07,272 106126 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-06-19 06:00:08,525 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.252s
2026-06-19 06:00:08,526 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1303a426-12a1-4156-8ee3-59e05d4e7174', 'x-compute-request-id': 'req-1303a426-12a1-4156-8ee3-59e05d4e7174', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:08,536 106126 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-19 06:00:09,861 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.323s
2026-06-19 06:00:09,861 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2708ef99-6c42-494a-975c-352cc46a6e33', 'x-compute-request-id': 'req-2708ef99-6c42-494a-975c-352cc46a6e33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:11,162 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.290s
2026-06-19 06:00:11,162 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7f20a64-d0a9-47dc-a5e8-d29aa7e1a059', 'x-compute-request-id': 'req-c7f20a64-d0a9-47dc-a5e8-d29aa7e1a059', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:12,713 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.539s
2026-06-19 06:00:12,713 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0427a892-196e-48b4-9a50-9b11be837510', 'x-compute-request-id': 'req-0427a892-196e-48b4-9a50-9b11be837510', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:14,052 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.328s
2026-06-19 06:00:14,052 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1364d3d-50a8-4fee-b890-9ea6c8ac61d2', 'x-compute-request-id': 'req-e1364d3d-50a8-4fee-b890-9ea6c8ac61d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:15,519 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.456s
2026-06-19 06:00:15,520 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e14ce400-305f-4888-9c4e-30d8dcfff4d1', 'x-compute-request-id': 'req-e14ce400-305f-4888-9c4e-30d8dcfff4d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:17,512 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.983s
2026-06-19 06:00:17,512 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d82300d-905d-4e02-abfb-b8b113a74710', 'x-compute-request-id': 'req-1d82300d-905d-4e02-abfb-b8b113a74710', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:19,885 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 1.358s
2026-06-19 06:00:19,885 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ca7cbe2-9485-4ba7-9d9d-9ba84528f4f7', 'x-compute-request-id': 'req-0ca7cbe2-9485-4ba7-9d9d-9ba84528f4f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:21,203 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.310s
2026-06-19 06:00:21,203 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6cf46d8-aa4a-4294-bfa4-dc31836349f4', 'x-compute-request-id': 'req-e6cf46d8-aa4a-4294-bfa4-dc31836349f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:22,505 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.297s
2026-06-19 06:00:22,506 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c8ef40d-e4ce-4d3b-8dc0-61b7f7f15ea0', 'x-compute-request-id': 'req-7c8ef40d-e4ce-4d3b-8dc0-61b7f7f15ea0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:23,728 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.214s
2026-06-19 06:00:23,728 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f9ee35f-0efd-4315-b694-94d495327759', 'x-compute-request-id': 'req-6f9ee35f-0efd-4315-b694-94d495327759', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:24,944 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.207s
2026-06-19 06:00:24,944 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb3751b-c349-4d71-9e69-1d8205b6cebf', 'x-compute-request-id': 'req-ebb3751b-c349-4d71-9e69-1d8205b6cebf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:26,238 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.284s
2026-06-19 06:00:26,238 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91fdd594-dc75-4176-ad9a-b8df72906e12', 'x-compute-request-id': 'req-91fdd594-dc75-4176-ad9a-b8df72906e12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:28,438 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 1.192s
2026-06-19 06:00:28,438 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a7d7713-9f1f-45c1-9e76-1317a5c5abd0', 'x-compute-request-id': 'req-0a7d7713-9f1f-45c1-9e76-1317a5c5abd0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:29,806 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.360s
2026-06-19 06:00:29,807 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1199', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76d7b76e-077b-4153-93e4-199628afd8b2', 'x-compute-request-id': 'req-76d7b76e-077b-4153-93e4-199628afd8b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "3ab173fc57fcb6dac48355211620074cba96007b8b430d0477809b08", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:31,508 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.692s
2026-06-19 06:00:31,508 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce2957d5-1e1c-4595-93af-645540afd6c9', 'x-compute-request-id': 'req-ce2957d5-1e1c-4595-93af-645540afd6c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:30Z", "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": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:32,679 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.163s
2026-06-19 06:00:32,679 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1101', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eed3dcc5-28d4-4810-b074-0c17b2b9e828', 'x-compute-request-id': 'req-eed3dcc5-28d4-4810-b074-0c17b2b9e828', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:33,811 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.126s
2026-06-19 06:00:33,812 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1101', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d94931-e3ff-4be1-aabe-a2fef7802603', 'x-compute-request-id': 'req-f1d94931-e3ff-4be1-aabe-a2fef7802603', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "BUILD", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:34,963 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.142s
2026-06-19 06:00:34,963 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1291', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd3dd15e-00ba-41d2-9152-830409897ae7', 'x-compute-request-id': 'req-bd3dd15e-00ba-41d2-9152-830409897ae7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T05:59:59Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.208/compute/flavors/42"}]}, "hostId": "", "id": "af5df23e-3592-465d-ac0c-113c25da5b52", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}, {"rel": "bookmark", "href": "https://10.4.3.208/compute/servers/af5df23e-3592-465d-ac0c-113c25da5b52"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-23672993", "status": "ERROR", "tenant_id": "f57a621c48924b499623c53fde7b0e06", "user_id": "84519f4a218145a5b158e252dedd5640", "updated": "2026-06-19T06:00:35Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-19T06:00:35Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance af5df23e-3592-465d-ac0c-113c25da5b52."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4"}]}}'
2026-06-19 06:00:34,973 106126 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 34 second wait
2026-06-19 06:00:35,594 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.620s
2026-06-19 06:00:35,594 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:34 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-f2ae60b0-e220-4291-a6ad-ce6e869fb4d5', 'x-compute-request-id': 'req-f2ae60b0-e220-4291-a6ad-ce6e869fb4d5', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b''
2026-06-19 06:00:35,669 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52 0.074s
2026-06-19 06:00:35,669 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:35 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-c5b81fd2-6f15-4329-aa1f-a403f124d23f', 'x-compute-request-id': 'req-c5b81fd2-6f15-4329-aa1f-a403f124d23f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/compute/v2.1/servers/af5df23e-3592-465d-ac0c-113c25da5b52'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance af5df23e-3592-465d-ac0c-113c25da5b52 could not be found."}}'
2026-06-19 06:00:35,742 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4 0.071s
2026-06-19 06:00:35,742 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:35 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-7eaf6690-3fa5-4538-97ee-8a66347860ba', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4'}
Body: b''
2026-06-19 06:00:35,779 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4 0.037s
2026-06-19 06:00:35,779 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11340e26-1e87-4a57-b0bc-003b3d7a48fa', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11340e26-1e87-4a57-b0bc-003b3d7a48fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4'}
Body: b'{"volume": {"id": "eaae7d42-4780-45d6-9e78-30bf882a07f4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T05:59:56.000000", "updated_at": "2026-06-19T06:00:36.000000", "name": "tempest-TestVolumeBootPattern-volume-2071539687", "description": null, "volume_type": "tempest-scenario-type-luks2-570852742", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4"}], "user_id": "84519f4a218145a5b158e252dedd5640", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f57a621c48924b499623c53fde7b0e06"}}'
2026-06-19 06:00:36,806 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4 0.021s
2026-06-19 06:00:36,807 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:36 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-989e3d9d-bcad-45c1-a102-122fed3a4f81', 'x-openstack-request-id': 'req-989e3d9d-bcad-45c1-a102-122fed3a4f81', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.208/volume/v3/volumes/eaae7d42-4780-45d6-9e78-30bf882a07f4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume eaae7d42-4780-45d6-9e78-30bf882a07f4 could not be found."}}'
2026-06-19 06:00:36,987 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.208/volume/v3/volumes/detail?all_tenants=1 0.180s
2026-06-19 06:00:36,987 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ae785d-2190-46c3-80e5-8dbf3260b402', 'content-length': '12082', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ae785d-2190-46c3-80e5-8dbf3260b402', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.208/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "4d6b152f-56f6-48ea-a5fd-c2e8644b06e4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:00:36.000000", "updated_at": "2026-06-19T06:00:36.000000", "name": "tempest-AttachVolumeNegativeTest-volume-947029259", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/4d6b152f-56f6-48ea-a5fd-c2e8644b06e4"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/4d6b152f-56f6-48ea-a5fd-c2e8644b06e4"}], "user_id": "6c49a1bfeb524f68804e6e24dca191c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "bfdb30b7ab0d4210a9e3ee33b31f8e5b", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003245@storpool#default"}, {"id": "2652bfef-fcaa-4c24-92de-917d3b3f4d3e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:00:36.000000", "updated_at": "2026-06-19T06:00:36.000000", "name": "tempest-volume-1149136275", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1755188875", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/2652bfef-fcaa-4c24-92de-917d3b3f4d3e"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/2652bfef-fcaa-4c24-92de-917d3b3f4d3e"}], "user_id": "0469eac119cd405e9aaf1add0770c1c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "101c630411694f25b6facda1fe375547", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003245@storpool#default"}, {"id": "10f95730-7a08-4f85-b7f3-8737f401a7ce", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:00:34.000000", "updated_at": "2026-06-19T06:00:35.000000", "name": "tempest-volume-1436520245", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1755188875", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/10f95730-7a08-4f85-b7f3-8737f401a7ce"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/10f95730-7a08-4f85-b7f3-8737f401a7ce"}], "user_id": "0469eac119cd405e9aaf1add0770c1c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "101c630411694f25b6facda1fe375547", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003245@storpool#default"}, {"id": "6c5b215b-6680-43b8-9ed7-0cd92bf08292", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:00:30.000000", "updated_at": "2026-06-19T06:00:31.000000", "name": "tempest-VolumesBackupsTest-Volume-449235254", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"vol-meta3": "value3", "vol-meta2": "value2", "vol-meta1": "value1"}, "links": [{"rel": "self", "href": "https://10.4.3.208/volume/v3/volumes/6c5b215b-6680-43b8-9ed7-0cd92bf08292"}, {"rel": "bookmark", "href": "https://10.4.3.208/volume/volumes/6c5b215b-6680-43b8-9ed7-0cd92bf08292"}], "user_id": "d945dea02bd84bca8d212da3a946e233", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "63819d38b206411bb71109acdfb9f25c", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003245@s
2026-06-19 06:00:37,084 106126 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.208/volume/v3/types/19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef 0.083s
2026-06-19 06:00:37,084 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:00:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8853fc6e-e3f7-4a65-8a33-0537468d8a1e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.208/volume/v3/types/19b3bb09-f9cc-4ede-a27b-8149f5f5a2ef'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server af5df23e-3592-465d-ac0c-113c25da5b52 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-19T06:00:35Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance af5df23e-3592-465d-ac0c-113c25da5b52.'}. Request ID of server operation performed before checking the server status req-451a402b-32e9-4703-ace4-0353cc984bbe.
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt6.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
pt6.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
pt6.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
pt6.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
pt6.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
pt7.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
pt7.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
pt7.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
pt8.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
pt9.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
pt10.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
pt11.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
pt12.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
pt13.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
pt13.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
pt13.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
pt13.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
pt14.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
pt14.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
pt14.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
pt14.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
pt15.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
pt15.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
pt15.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
pt16.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
pt16.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
pt17.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
pt17.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
pt18.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
pt19.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
pt20.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
pt20.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
pt21.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
pt22.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
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt23.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt24.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
pt25.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
pt26.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
pt27.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
pt28.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt28.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt28.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
pt29.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
pt30.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
pt31.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
pt32.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
pt33.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
pt34.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
pt35.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
pt36.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt36.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
pt37.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
pt38.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
pt39.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
pt40.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
pt41.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
pt41.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
pt42.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
pt43.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
pt44.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
pt45.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
pt46.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
pt46.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
pt47.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
pt48.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
pt49.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
pt49.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt53.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
pt53.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_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt54.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt54.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt54.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt55.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt61.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
pt62.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
pt63.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
pt64.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
pt64.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
pt65.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
pt65.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
pt66.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt76.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt78.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
pt78.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
pt78.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
pt78.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
pt78.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
pt79.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
pt79.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt85.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
pt85.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
pt85.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
pt85.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt88.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
pt89.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
pt90.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
pt91.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
pt91.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
pt92.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
pt92.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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
pt98.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
pt98.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt100.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
pt100.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
pt100.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
pt100.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
pt101.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
pt102.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
pt102.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
pt103.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
pt104.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
pt105.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
pt105.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
pt106.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
pt106.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
pt106.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.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
pt112.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
pt113.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
pt113.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
pt114.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
pt115.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
pt116.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_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 | 292 | 6 | 0 | 24 | ||