Status: Pass 258 Failure 2 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestOtherA) |
fail
ft1.1: tearDownClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)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 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class '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 object at 0x7bad472e8880>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerActionsTestOtherA:tearDownClass) Failed to delete volume 86c5313a-26f6-4aff-85fb-5d26daf2c178 within the required time (196 s). Timer started at 1777621825. Timer ended at 1777622021. Waited for 196 s., <traceback object at 0x7bad473a2100>))
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 1 | 0 | 1 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
fail
ft2.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-01 09:42:34,969 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://192.168.122.116/compute/v2.1/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6 0.369s
2026-05-01 09:42:34,969 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8c715e5-3208-4565-9d8e-aac823b38805', 'x-compute-request-id': 'req-d8c715e5-3208-4565-9d8e-aac823b38805', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:4c:a2"}, {"version": 4, "addr": "172.24.4.207", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:4c:a2"}]}, "created": "2026-05-01T07:41:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "590b7472-7c5b-4cd8-bdb1-af00a8d78ba6", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-1753925484", "status": "ACTIVE", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2021483034", "OS-SRV-USG:launched_at": "2026-05-01T07:42:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1144801656"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:35,375 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.116/volume/v3/volumes 0.393s
2026-05-01 09:42:35,376 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-1349512878"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-928b98fa-456b-4955-b78c-6eadf1df6a73', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-928b98fa-456b-4955-b78c-6eadf1df6a73', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.116/volume/v3/volumes'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.255601", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-01 09:42:35,480 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://192.168.122.116/identity/v3/auth/tokens 0.087s
2026-05-01 09:42:35,480 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2528', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-117b041b-997b-476b-bd63-14fc0ae521cc', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.116/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "name": "tempest-ServerActionsTestOtherA-722908954-project-member", "password_expires_at": null}, "audit_ids": ["5owUBlCeS-iiLiFtnCTVyA"], "expires_at": "2026-05-01T08:42:35.000000Z", "issued_at": "2026-05-01T07:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8919b9e6b04b47cbb48b7575efec990b", "name": "tempest-ServerActionsTestOtherA-722908954"}, "is_domain": false, "roles": [{"id": "065d3d71e35a480eb176cde1640c240d", "name": "reader"}, {"id": "fe3f9cea23fa45ea831e6309cef74f19", "name": "member"}], "catalog": [{"endpoints": [{"id": "52fec0e8369e468ea2c4fb0c416c99ea", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/networking", "region": "RegionOne"}], "id": "0a82cf9264884eb587bbe7550c5db9c7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2747f30b12cb4c0f9b7e72657d44ceb4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/volume/v3", "region": "RegionOne"}], "id": "497fab63914e41e19edfedddb9d514e3", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "532b01ec57c549549b6d7c5fa1ce005f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/placement", "region": "RegionOne"}], "id": "5547f858ce3f4a918791557a19bc7e17", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8baf41f1db9f416192a486b7bfaf65e4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/image", "region": "RegionOne"}], "id": "58b79a63826740808f5b4b655635a161", "type": "image", "name": "glance"}, {"endpoints": [{"id": "c960dbd003e6443786e250980e492faa", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/compute/v2.1", "region": "RegionOne"}], "id": "697844f6928349cfb40d618137d719da", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "939a8ab0565f450e9d48fae69e5098ee", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/identity", "region": "RegionOne"}], "id": "b89d80917990458fb275f84ed4188be7", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c74c276befee4406ab6be31550017e5d", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.116/compute/v2/8919b9e6b04b47cbb48b7575efec990b", "region": "RegionOne"}], "id": "cb047a3344da42518fbdb546ab53e309", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-05-01 09:42:35,481 84240 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '558d6044-74b2-490a-aba3-77e4de670076', 'name': 'tempest-ServerActionsTestOtherA-1062874111-network', 'tenant_id': '8919b9e6b04b47cbb48b7575efec990b', 'project_id': '8919b9e6b04b47cbb48b7575efec990b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21821, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-01T07:41:32Z', 'updated_at': '2026-05-01T07:41:32Z', 'revision_number': 1} available for tenant
2026-05-01 09:42:35,482 84240 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-01 09:42:35,482 84240 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-01 09:42:35,576 84240 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.116/compute/v2.1/os-keypairs 0.093s
2026-05-01 09:42:35,576 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1985420891", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKM3EuMTNhr2+je93kJ+ncSvnuaE6kJF1Fb2IxN2bt6yN3FddIx+eA8891/u9MAF7kzYkqDWW7wvgd3XmGD1MM8ZQa8KSqgZPYsm8Fr+JuSq4HJNi2ZkckAZNJLhzagdEg=="}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:35 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-03338701-111c-483b-9fce-1c95f04864d5', 'x-compute-request-id': 'req-03338701-111c-483b-9fce-1c95f04864d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1985420891", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKM3EuMTNhr2+je93kJ+ncSvnuaE6kJF1Fb2IxN2bt6yN3FddIx+eA8891/u9MAF7kzYkqDWW7wvgd3XmGD1MM8ZQa8KSqgZPYsm8Fr+JuSq4HJNi2ZkckAZNJLhzagdEg==", "fingerprint": "7b:8b:ae:fd:77:f6:77:d0:e9:69:a2:5c:8d:e2:f1:e8", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79"}}'
2026-05-01 09:42:35,579 84240 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1985420891 created
2026-05-01 09:42:36,173 84240 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.116/networking/v2.0/security-groups 0.592s
2026-05-01 09:42:36,173 84240 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--155010728", "description": "tempest-description--1534667387"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-519a7657-258c-4a40-96da-90d849dbee3e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.116/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "name": "tempest-securitygroup--155010728", "stateful": true, "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "description": "tempest-description--1534667387", "shared": false, "security_group_rules": [{"id": "15351392-6f95-4e52-8365-dbb3ed50388e", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "security_group_id": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "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": 451, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-01T07:42:35Z", "updated_at": "2026-05-01T07:42:35Z", "revision_number": 0, "tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}, {"id": "a6192b4d-623e-4aa9-b7cc-cd4b54982144", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "security_group_id": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "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": 452, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-01T07:42:35Z", "updated_at": "2026-05-01T07:42:35Z", "revision_number": 0, "tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}], "tags": [], "created_at": "2026-05-01T07:42:35Z", "updated_at": "2026-05-01T07:42:35Z", "revision_number": 1}}'
2026-05-01 09:42:36,499 84240 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.116/networking/v2.0/security-group-rules 0.325s
2026-05-01 09:42:36,500 84240 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": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-45160339-8c7c-449f-8e68-6e86bfd4f4d5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.116/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "91e57872-bba9-4e73-b1f6-ddf4f0900d00", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "security_group_id": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-01T07:42:36Z", "updated_at": "2026-05-01T07:42:36Z", "revision_number": 0, "tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:42:36,805 84240 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.116/networking/v2.0/security-group-rules 0.304s
2026-05-01 09:42:36,806 84240 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": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0d319698-c004-455c-90cb-6bed777ee46b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.116/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "886f3de2-084c-45b4-bd17-dfe1bc93c5ff", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "security_group_id": "57b685b5-5bf7-4eac-954f-fb2482f8c203", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-01T07:42:36Z", "updated_at": "2026-05-01T07:42:36Z", "revision_number": 0, "tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:42:36,806 84240 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--155010728 created
2026-05-01 09:42:38,187 84240 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.116/networking/v2.0/floatingips 1.380s
2026-05-01 09:42:38,187 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "763a4be7-5350-4d86-a756-1965edb3831c"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e16cf669-1f04-446e-80b8-04aac4d7016f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.116/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "0f4a8d98-e3ca-4d60-81ab-f2a97d590227", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "floating_ip_address": "172.24.4.11", "floating_network_id": "763a4be7-5350-4d86-a756-1965edb3831c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-01T07:42:37Z", "updated_at": "2026-05-01T07:42:37Z", "revision_number": 0}}'
2026-05-01 09:42:38,188 84240 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0f4a8d98-e3ca-4d60-81ab-f2a97d590227', 'tenant_id': '8919b9e6b04b47cbb48b7575efec990b', 'project_id': '8919b9e6b04b47cbb48b7575efec990b', 'floating_ip_address': '172.24.4.11', 'floating_network_id': '763a4be7-5350-4d86-a756-1965edb3831c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-01T07:42:37Z', 'updated_at': '2026-05-01T07:42:37Z', 'revision_number': 0, 'ip': '172.24.4.11'} created
2026-05-01 09:42:38,188 84240 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1985420891', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKM3EuMTNhr2+je93kJ+ncSvnuaE6kJF1Fb2IxN2bt6yN3FddIx+eA8891/u9MAF7kzYkqDWW7wvgd3XmGD1MM8ZQa8KSqgZPYsm8Fr+JuSq4HJNi2ZkckAZNJLhzagdEg==', 'fingerprint': '7b:8b:ae:fd:77:f6:77:d0:e9:69:a2:5c:8d:e2:f1:e8', 'user_id': 'cb0cfcd8298e4159bd3643c1c5c0dc79', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAt0qz+cMgCE+60P3FeREiqLwrwT6/FPJzu4W+RrYkKcPRnxbqC7wr/\n/A7nsplKo82gBwYFK4EEACKhZANiAASjNxLjEzYa9vo3vd5Cfp3Er57mhOpCRdRW\n9iMTdm7esjdxXXSMfngPPPdf7vTABe5M2JKg1lu8L4Hd15hg9TDPGUGvCkqoGT2L\nJvBa/ibkquByTYtmZHJAGTSS4c2oHRI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '57b685b5-5bf7-4eac-954f-fb2482f8c203', 'name': 'tempest-securitygroup--155010728', 'stateful': True, 'tenant_id': '8919b9e6b04b47cbb48b7575efec990b', 'project_id': '8919b9e6b04b47cbb48b7575efec990b', 'description': 'tempest-description--1534667387', 'shared': False, 'security_group_rules': [{'id': '15351392-6f95-4e52-8365-dbb3ed50388e', 'project_id': '8919b9e6b04b47cbb48b7575efec990b', 'security_group_id': '57b685b5-5bf7-4eac-954f-fb2482f8c203', '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': 451, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-01T07:42:35Z', 'updated_at': '2026-05-01T07:42:35Z', 'revision_number': 0, 'tenant_id': '8919b9e6b04b47cbb48b7575efec990b'}, {'id': 'a6192b4d-623e-4aa9-b7cc-cd4b54982144', 'project_id': '8919b9e6b04b47cbb48b7575efec990b', 'security_group_id': '57b685b5-5bf7-4eac-954f-fb2482f8c203', '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': 452, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-01T07:42:35Z', 'updated_at': '2026-05-01T07:42:35Z', 'revision_number': 0, 'tenant_id': '8919b9e6b04b47cbb48b7575efec990b'}], 'tags': [], 'created_at': '2026-05-01T07:42:35Z', 'updated_at': '2026-05-01T07:42:35Z', 'revision_number': 1}, 'floating_ip': {'id': '0f4a8d98-e3ca-4d60-81ab-f2a97d590227', 'tenant_id': '8919b9e6b04b47cbb48b7575efec990b', 'project_id': '8919b9e6b04b47cbb48b7575efec990b', 'floating_ip_address': '172.24.4.11', 'floating_network_id': '763a4be7-5350-4d86-a756-1965edb3831c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-01T07:42:37Z', 'updated_at': '2026-05-01T07:42:37Z', 'revision_number': 0, 'ip': '172.24.4.11'}}
2026-05-01 09:42:38,797 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.116/compute/v2.1/servers 0.608s
2026-05-01 09:42:38,797 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-tempest.common.compute-instance-123995756", "imageRef": "92c883ef-12b7-4110-a901-70f6ab38da18", "flavorRef": "42", "networks": [{"uuid": "558d6044-74b2-490a-aba3-77e4de670076"}], "security_groups": [{"name": "tempest-securitygroup--155010728"}], "key_name": "tempest-keypair-1985420891", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb11334-fe57-4bcb-a276-23b642328b8f', 'x-compute-request-id': 'req-9fb11334-fe57-4bcb-a276-23b642328b8f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.116/compute/v2.1/servers'}
Body: b'{"server": {"id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--155010728"}], "adminPass": "VK2wV9JNK8wm"}}'
2026-05-01 09:42:38,907 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.106s
2026-05-01 09:42:38,907 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7230436c-7cbf-4458-8620-671b8eec4b38', 'x-compute-request-id': 'req-7230436c-7cbf-4458-8620-671b8eec4b38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:40,030 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.109s
2026-05-01 09:42:40,030 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45912ac0-a65f-4289-95ec-c1a7b401dbef', 'x-compute-request-id': 'req-45912ac0-a65f-4289-95ec-c1a7b401dbef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:41,145 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.103s
2026-05-01 09:42:41,145 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec8d6937-b675-42f2-807f-b7d2d932fac5', 'x-compute-request-id': 'req-ec8d6937-b675-42f2-807f-b7d2d932fac5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:41,156 84240 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-01 09:42:42,305 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.148s
2026-05-01 09:42:42,305 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d32fb03f-306d-4d36-a242-eedf4943bf09', 'x-compute-request-id': 'req-d32fb03f-306d-4d36-a242-eedf4943bf09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:43,474 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.154s
2026-05-01 09:42:43,475 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38898f10-3666-495e-828a-306653d70494', 'x-compute-request-id': 'req-38898f10-3666-495e-828a-306653d70494', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:43,488 84240 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-01 09:42:45,461 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.972s
2026-05-01 09:42:45,461 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cddc54a-f4c3-4495-bae6-ef29d4126c5d', 'x-compute-request-id': 'req-8cddc54a-f4c3-4495-bae6-ef29d4126c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:46,982 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.502s
2026-05-01 09:42:46,982 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d49374f-b68b-4eeb-b64f-b0453ef285f5', 'x-compute-request-id': 'req-9d49374f-b68b-4eeb-b64f-b0453ef285f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:46,996 84240 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-05-01 09:42:48,310 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.312s
2026-05-01 09:42:48,310 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4874647-efd9-4738-b979-3d142fa1927e', 'x-compute-request-id': 'req-e4874647-efd9-4738-b979-3d142fa1927e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:49,572 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.244s
2026-05-01 09:42:49,573 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bef01f7-0c86-4068-8a3d-097043404026', 'x-compute-request-id': 'req-6bef01f7-0c86-4068-8a3d-097043404026', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:51,290 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.703s
2026-05-01 09:42:51,290 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5b87c5c-039d-4bd2-a6d0-1ec077de71c5', 'x-compute-request-id': 'req-e5b87c5c-039d-4bd2-a6d0-1ec077de71c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:52,887 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.575s
2026-05-01 09:42:52,888 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed113a9c-f8c7-4266-a714-a417caf506e3', 'x-compute-request-id': 'req-ed113a9c-f8c7-4266-a714-a417caf506e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:54,625 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.721s
2026-05-01 09:42:54,625 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf2248db-08ae-4431-89a1-06859fcefb41', 'x-compute-request-id': 'req-cf2248db-08ae-4431-89a1-06859fcefb41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "BUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:56,135 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.488s
2026-05-01 09:42:56,136 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd72c35a-1541-4d59-928d-b880e18775e8', 'x-compute-request-id': 'req-fd72c35a-1541-4d59-928d-b880e18775e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "ACTIVE", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:42:56,153 84240 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-05-01 09:42:56,438 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-interface 0.284s
2026-05-01 09:42:56,439 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:56 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-c5c847e5-deff-461e-bb0b-7fd99ff4e641', 'x-compute-request-id': 'req-c5c847e5-deff-461e-bb0b-7fd99ff4e641', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "558d6044-74b2-490a-aba3-77e4de670076", "port_id": "a9b41fad-242b-4935-a06b-ee5972549ac9", "mac_addr": "fa:16:3e:6e:aa:09", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1616a0f0-91db-4ba5-bd95-2dd14cf05732", "ip_address": "10.0.0.7"}]}]}'
2026-05-01 09:42:58,906 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://192.168.122.116/networking/v2.0/floatingips/0f4a8d98-e3ca-4d60-81ab-f2a97d590227 2.464s
2026-05-01 09:42:58,907 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "a9b41fad-242b-4935-a06b-ee5972549ac9"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:42:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-5aa89294-6938-4bba-a719-92621420c3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/networking/v2.0/floatingips/0f4a8d98-e3ca-4d60-81ab-f2a97d590227'}
Body: b'{"floatingip": {"id": "0f4a8d98-e3ca-4d60-81ab-f2a97d590227", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "project_id": "8919b9e6b04b47cbb48b7575efec990b", "floating_ip_address": "172.24.4.11", "floating_network_id": "763a4be7-5350-4d86-a756-1965edb3831c", "router_id": "db1c2a16-750a-48c5-837d-89227355aad8", "port_id": "a9b41fad-242b-4935-a06b-ee5972549ac9", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "558d6044-74b2-490a-aba3-77e4de670076", "mac_address": "fa:16:3e:6e:aa:09", "admin_state_up": true, "status": "ACTIVE", "device_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-01T07:42:37Z", "updated_at": "2026-05-01T07:42:57Z", "revision_number": 1}}'
2026-05-01 09:42:58,908 84240 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication
2026-05-01 09:43:18,495 84240 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-01 09:43:18,621 84240 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-01 09:43:18,622 84240 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created
2026-05-01 09:43:19,511 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.888s
2026-05-01 09:43:19,511 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43a98242-b0db-4cc5-8d53-0fba7b09b9a2', 'x-compute-request-id': 'req-43a98242-b0db-4cc5-8d53-0fba7b09b9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "ACTIVE", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:43:19,580 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.055s
2026-05-01 09:43:19,581 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1ae6f9-82ed-4a36-a614-cf61ee5e6520', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1ae6f9-82ed-4a36-a614-cf61ee5e6520', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:42:38.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:19,594 84240 INFO [tempest.common.waiters] volume 86c5313a-26f6-4aff-85fb-5d26daf2c178 reached available after waiting for 0.594482 seconds
2026-05-01 09:43:22,251 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 POST http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 2.656s
2026-05-01 09:43:22,251 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:19 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-8acd82f2-5bf7-4fc0-8d10-da4c3860b5d0', 'x-compute-request-id': 'req-8acd82f2-5bf7-4fc0-8d10-da4c3860b5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "device": "/dev/vdb"}}'
2026-05-01 09:43:22,302 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.048s
2026-05-01 09:43:22,303 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eddbb0a7-4e1d-40f0-bb0e-870c720c89c5', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eddbb0a7-4e1d-40f0-bb0e-870c720c89c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:23,378 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.065s
2026-05-01 09:43:23,379 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a0698f-b11b-4fc3-8a43-df17fb3da767', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a0698f-b11b-4fc3-8a43-df17fb3da767', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:22.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:24,465 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.070s
2026-05-01 09:43:24,466 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b8b141c-01f2-426e-9a67-3c48b9c681ea', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b8b141c-01f2-426e-9a67-3c48b9c681ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:24.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:25,543 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.065s
2026-05-01 09:43:25,543 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b0c64fb-25ca-4369-9290-f0c15c36fd17', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b0c64fb-25ca-4369-9290-f0c15c36fd17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:24.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:26,640 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.085s
2026-05-01 09:43:26,641 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cff7143-addf-43af-8d41-dd87fa540313', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cff7143-addf-43af-8d41-dd87fa540313', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:24.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:27,707 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.053s
2026-05-01 09:43:27,707 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bea0b90-53ff-4207-8dd1-528417ede13c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bea0b90-53ff-4207-8dd1-528417ede13c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:27.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "78de3c31-723b-4222-a434-4f1a85061fe2", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:24.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:27,720 84240 INFO [tempest.common.waiters] Attachment 78de3c31-723b-4222-a434-4f1a85061fe2 created for volume 86c5313a-26f6-4aff-85fb-5d26daf2c178 to server 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 after waiting for 5.719995 seconds
2026-05-01 09:43:27,771 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.051s
2026-05-01 09:43:27,772 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b60e0c-30d4-4418-bc9b-90d1bd5bdd9b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b60e0c-30d4-4418-bc9b-90d1bd5bdd9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:27.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "78de3c31-723b-4222-a434-4f1a85061fe2", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:24.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:27,785 84240 INFO [tempest.common.waiters] volume 86c5313a-26f6-4aff-85fb-5d26daf2c178 reached in-use after waiting for 0.785095 seconds
2026-05-01 09:43:28,055 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.269s
2026-05-01 09:43:28,055 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cad16cc4-dd54-4a29-8829-90ba69a60025', 'x-compute-request-id': 'req-cad16cc4-dd54-4a29-8829-90ba69a60025', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-123995756", "status": "ACTIVE", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:28,671 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/action 0.604s
2026-05-01 09:43:28,671 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rebuild": {"name": "tempest-ServerActionsTestOtherA-server-1987983819", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "92c883ef-12b7-4110-a901-70f6ab38da18"}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1183', 'location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ca10a20-b6e4-479e-84a8-6c8819b55322', 'x-compute-request-id': 'req-4ca10a20-b6e4-479e-84a8-6c8819b55322', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/action'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7"}, {"version": 4, "addr": "172.24.4.11"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "adminPass": "rebuildPassw0rd"}}'
2026-05-01 09:43:28,904 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.223s
2026-05-01 09:43:28,905 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-403a30f2-8f99-48e7-a6d7-f1abad757787', 'x-compute-request-id': 'req-403a30f2-8f99-48e7-a6d7-f1abad757787', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:30,108 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.190s
2026-05-01 09:43:30,109 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ac5cd8b-2bd6-48f4-b206-9913fdb1ca83', 'x-compute-request-id': 'req-8ac5cd8b-2bd6-48f4-b206-9913fdb1ca83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:31,306 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.184s
2026-05-01 09:43:31,307 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a33773e4-592a-4245-a81e-d1edfa73bb09', 'x-compute-request-id': 'req-a33773e4-592a-4245-a81e-d1edfa73bb09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:32,507 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.190s
2026-05-01 09:43:32,508 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1755', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4adc6540-aa25-4434-991b-f31a7dcde826', 'x-compute-request-id': 'req-4adc6540-aa25-4434-991b-f31a7dcde826', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:33,781 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.261s
2026-05-01 09:43:33,781 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1773', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43a03d25-3719-40bf-b7b6-1ed7c8b8494e', 'x-compute-request-id': 'req-43a03d25-3719-40bf-b7b6-1ed7c8b8494e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:33,792 84240 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 5 second wait
2026-05-01 09:43:35,030 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.237s
2026-05-01 09:43:35,031 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1773', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c931f8a-0ec7-43f1-a1b6-0d2a46962366', 'x-compute-request-id': 'req-6c931f8a-0ec7-43f1-a1b6-0d2a46962366', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:36,443 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.400s
2026-05-01 09:43:36,444 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1773', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72509775-60c0-46c8-96d9-393e9705683b', 'x-compute-request-id': 'req-72509775-60c0-46c8-96d9-393e9705683b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_block_device_mapping", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:37,736 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.278s
2026-05-01 09:43:37,737 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64fb76ed-05a8-49fb-92ae-647e8906babc', 'x-compute-request-id': 'req-64fb76ed-05a8-49fb-92ae-647e8906babc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:37,747 84240 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "REBUILD/rebuild_spawning" after 9 second wait
2026-05-01 09:43:39,093 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.345s
2026-05-01 09:43:39,094 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03849072-9349-49e9-806d-996b3d359e54', 'x-compute-request-id': 'req-03849072-9349-49e9-806d-996b3d359e54', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:40,386 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.280s
2026-05-01 09:43:40,386 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-942b5e4f-702e-4cc5-bc88-d1a4fff0c6ba', 'x-compute-request-id': 'req-942b5e4f-702e-4cc5-bc88-d1a4fff0c6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:41,762 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.364s
2026-05-01 09:43:41,763 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1761', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-746d8453-fb6c-4e84-afb0-457672f41185', 'x-compute-request-id': 'req-746d8453-fb6c-4e84-afb0-457672f41185', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:43,581 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.806s
2026-05-01 09:43:43,581 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1760', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-855d95de-7e59-4789-acdc-15572efd63c2', 'x-compute-request-id': 'req-855d95de-7e59-4789-acdc-15572efd63c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "REBUILD", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "rebuild_spawning", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:45,205 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.609s
2026-05-01 09:43:45,205 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1815', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8e867ed-3639-4cdb-9268-e939a20e4ebc', 'x-compute-request-id': 'req-e8e867ed-3639-4cdb-9268-e939a20e4ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "ERROR", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:43:43Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-01T07:43:42Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:43:45,220 84240 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_spawning" ==> "ERROR/None" after 17 second wait
2026-05-01 09:43:45,640 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://192.168.122.116/compute/v2.1/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6 0.414s
2026-05-01 09:43:45,640 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25111ad6-1012-4b25-9c27-b1daf6d26c82', 'x-compute-request-id': 'req-25111ad6-1012-4b25-9c27-b1daf6d26c82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:4c:a2"}, {"version": 4, "addr": "172.24.4.207", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:4c:a2"}]}, "created": "2026-05-01T07:41:48Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "590b7472-7c5b-4cd8-bdb1-af00a8d78ba6", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/590b7472-7c5b-4cd8-bdb1-af00a8d78ba6"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-1753925484", "status": "ACTIVE", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:42:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2021483034", "OS-SRV-USG:launched_at": "2026-05-01T07:42:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1144801656"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-01 09:43:45,762 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.108s
2026-05-01 09:43:45,763 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47659082-daa2-488c-a2b9-0f710bcfcb0b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47659082-daa2-488c-a2b9-0f710bcfcb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:43:46,121 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.342s
2026-05-01 09:43:46,122 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43: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': '150', 'x-openstack-request-id': 'req-4d080a32-54a2-407e-baab-8f2a943a67aa', 'x-compute-request-id': 'req-4d080a32-54a2-407e-baab-8f2a943a67aa', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 while it is in vm_state error"}}'
2026-05-01 09:43:46,345 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.219s
2026-05-01 09:43:46,345 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:46 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-43d78ccc-845f-428e-9f36-fc0ee2b483a7', 'x-compute-request-id': 'req-43d78ccc-845f-428e-9f36-fc0ee2b483a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:47,414 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.064s
2026-05-01 09:43:47,414 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:47 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-c3634897-024e-4a2e-a1ea-c2de2a614e00', 'x-compute-request-id': 'req-c3634897-024e-4a2e-a1ea-c2de2a614e00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:48,516 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.099s
2026-05-01 09:43:48,517 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:48 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-d197a216-bce3-4d56-b3c4-4ef2396b9189', 'x-compute-request-id': 'req-d197a216-bce3-4d56-b3c4-4ef2396b9189', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:49,661 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.140s
2026-05-01 09:43:49,661 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:49 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-b20e5a8c-f4b8-491c-a479-0239da9a9213', 'x-compute-request-id': 'req-b20e5a8c-f4b8-491c-a479-0239da9a9213', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:50,732 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.067s
2026-05-01 09:43:50,733 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:50 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-f1d77dfa-0b48-44a0-8003-12be128e4720', 'x-compute-request-id': 'req-f1d77dfa-0b48-44a0-8003-12be128e4720', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:51,797 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.062s
2026-05-01 09:43:51,798 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:51 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-cfaeab85-da25-49fc-9317-cc6055db5d82', 'x-compute-request-id': 'req-cfaeab85-da25-49fc-9317-cc6055db5d82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:52,856 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.055s
2026-05-01 09:43:52,857 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:52 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-0a4168db-1459-4c02-8066-c57211f95a5e', 'x-compute-request-id': 'req-0a4168db-1459-4c02-8066-c57211f95a5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:54,009 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.150s
2026-05-01 09:43:54,010 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:53 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-fe88cff5-9c25-4a6f-acee-02eec8276c5e', 'x-compute-request-id': 'req-fe88cff5-9c25-4a6f-acee-02eec8276c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:55,101 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.088s
2026-05-01 09:43:55,102 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:55 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-8ce0273b-53dc-42ec-9c48-f75629872008', 'x-compute-request-id': 'req-8ce0273b-53dc-42ec-9c48-f75629872008', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:56,195 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.090s
2026-05-01 09:43:56,196 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:56 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-010976ec-40a3-4f05-bb24-f2965254af9b', 'x-compute-request-id': 'req-010976ec-40a3-4f05-bb24-f2965254af9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:57,270 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.069s
2026-05-01 09:43:57,270 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:57 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-18db9e3c-0309-43a8-a278-2464c977f767', 'x-compute-request-id': 'req-18db9e3c-0309-43a8-a278-2464c977f767', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:58,389 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.115s
2026-05-01 09:43:58,389 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:58 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-810341a1-5e41-4b89-a99a-900eeb977b68', 'x-compute-request-id': 'req-810341a1-5e41-4b89-a99a-900eeb977b68', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:43:59,501 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.106s
2026-05-01 09:43:59,501 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:43:59 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-f95f15e1-b140-49b6-8933-af8dfb1ad67f', 'x-compute-request-id': 'req-f95f15e1-b140-49b6-8933-af8dfb1ad67f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:00,571 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.066s
2026-05-01 09:44:00,571 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:00 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-9fb0b83d-769a-45c9-aaf5-4613accac796', 'x-compute-request-id': 'req-9fb0b83d-769a-45c9-aaf5-4613accac796', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:01,641 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.066s
2026-05-01 09:44:01,641 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:01 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-132965fc-a6a2-4612-bc39-2aa836646ec2', 'x-compute-request-id': 'req-132965fc-a6a2-4612-bc39-2aa836646ec2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:02,705 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:44:02,705 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:02 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-2e0fa1d2-d5d0-4720-b867-4fd89cf741d6', 'x-compute-request-id': 'req-2e0fa1d2-d5d0-4720-b867-4fd89cf741d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:03,775 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.067s
2026-05-01 09:44:03,775 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:03 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-335bc910-1e3d-4565-9a91-deb6cf913d35', 'x-compute-request-id': 'req-335bc910-1e3d-4565-9a91-deb6cf913d35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:04,834 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.055s
2026-05-01 09:44:04,834 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:04 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-e2e0eaa0-933a-4d63-a9e9-1968dbd9c25f', 'x-compute-request-id': 'req-e2e0eaa0-933a-4d63-a9e9-1968dbd9c25f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:05,903 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.065s
2026-05-01 09:44:05,903 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:05 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-a8a8fd18-32d2-4138-a481-a0d27a2c9a32', 'x-compute-request-id': 'req-a8a8fd18-32d2-4138-a481-a0d27a2c9a32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:06,979 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:44:06,979 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:06 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-d1f21f70-364f-4b70-9a1f-60839e3dbbbf', 'x-compute-request-id': 'req-d1f21f70-364f-4b70-9a1f-60839e3dbbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:08,060 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.076s
2026-05-01 09:44:08,061 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:07 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-9816f642-67c8-43c2-89c2-6c8b1c8329ea', 'x-compute-request-id': 'req-9816f642-67c8-43c2-89c2-6c8b1c8329ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:09,148 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.085s
2026-05-01 09:44:09,150 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:09 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-445608bf-e72b-48ef-938a-3a9428d2a7bd', 'x-compute-request-id': 'req-445608bf-e72b-48ef-938a-3a9428d2a7bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:10,210 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.057s
2026-05-01 09:44:10,210 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:10 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-33c74176-c7d4-493e-b3d9-16df8d0e1a6e', 'x-compute-request-id': 'req-33c74176-c7d4-493e-b3d9-16df8d0e1a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:11,286 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.073s
2026-05-01 09:44:11,286 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:11 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-b284fa85-cc9c-40f1-9b5f-1a4c1d550830', 'x-compute-request-id': 'req-b284fa85-cc9c-40f1-9b5f-1a4c1d550830', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:12,375 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.084s
2026-05-01 09:44:12,376 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:12 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-b35a44d6-63a3-46f0-a533-f4a665d28423', 'x-compute-request-id': 'req-b35a44d6-63a3-46f0-a533-f4a665d28423', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:13,439 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.061s
2026-05-01 09:44:13,440 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:13 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-463707ca-00ad-48db-9c94-8b909b602524', 'x-compute-request-id': 'req-463707ca-00ad-48db-9c94-8b909b602524', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:14,503 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:44:14,504 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:14 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-9e169bc7-ed18-4a84-8f87-4525e921a928', 'x-compute-request-id': 'req-9e169bc7-ed18-4a84-8f87-4525e921a928', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:15,574 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.068s
2026-05-01 09:44:15,575 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:15 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-06aab455-b557-4128-9b3d-e86a8d3dc260', 'x-compute-request-id': 'req-06aab455-b557-4128-9b3d-e86a8d3dc260', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:16,669 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.089s
2026-05-01 09:44:16,670 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:16 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-b315fd77-46fa-4e04-bbbb-df672b01522a', 'x-compute-request-id': 'req-b315fd77-46fa-4e04-bbbb-df672b01522a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:17,763 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.089s
2026-05-01 09:44:17,764 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:17 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-e085319d-ef1d-47c6-a8b0-b9e79c337491', 'x-compute-request-id': 'req-e085319d-ef1d-47c6-a8b0-b9e79c337491', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:18,844 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.078s
2026-05-01 09:44:18,845 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:18 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-f27ca9a6-fd3c-4f8b-9001-6d715fbc7285', 'x-compute-request-id': 'req-f27ca9a6-fd3c-4f8b-9001-6d715fbc7285', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:19,976 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.127s
2026-05-01 09:44:19,976 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:19 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-c8c519c5-0510-433a-968e-ec248b5f24df', 'x-compute-request-id': 'req-c8c519c5-0510-433a-968e-ec248b5f24df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:21,128 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.148s
2026-05-01 09:44:21,129 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:20 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-78d1301e-670a-474e-abff-dc7efde46a75', 'x-compute-request-id': 'req-78d1301e-670a-474e-abff-dc7efde46a75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:22,265 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.133s
2026-05-01 09:44:22,266 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:22 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-2e4f1231-58b3-4e67-8668-2c1e8bd41f05', 'x-compute-request-id': 'req-2e4f1231-58b3-4e67-8668-2c1e8bd41f05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:23,346 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.076s
2026-05-01 09:44:23,347 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:23 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-80b796d5-498b-44f5-b168-cbda0dd0d6ce', 'x-compute-request-id': 'req-80b796d5-498b-44f5-b168-cbda0dd0d6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:24,424 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.075s
2026-05-01 09:44:24,425 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:24 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-c21a9cb2-7c04-4baa-af8e-e70b4fc4bee0', 'x-compute-request-id': 'req-c21a9cb2-7c04-4baa-af8e-e70b4fc4bee0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:25,529 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.101s
2026-05-01 09:44:25,530 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44: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-a33adc93-8e3b-418c-8118-a8e8532b40ea', 'x-compute-request-id': 'req-a33adc93-8e3b-418c-8118-a8e8532b40ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:26,626 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.094s
2026-05-01 09:44:26,627 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44: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-7d54e291-1663-430a-bc32-7bd29bd158e7', 'x-compute-request-id': 'req-7d54e291-1663-430a-bc32-7bd29bd158e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:27,720 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.090s
2026-05-01 09:44:27,721 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44: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-278292b2-4195-4f19-9746-195705ab4df5', 'x-compute-request-id': 'req-278292b2-4195-4f19-9746-195705ab4df5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:28,812 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.086s
2026-05-01 09:44:28,813 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:28 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-f8e60a0e-1c7c-4c30-92f2-0ef07e5e1e01', 'x-compute-request-id': 'req-f8e60a0e-1c7c-4c30-92f2-0ef07e5e1e01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:29,898 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.081s
2026-05-01 09:44:29,898 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:29 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-853f866a-0e98-4fd9-81e1-a9d2dee274f9', 'x-compute-request-id': 'req-853f866a-0e98-4fd9-81e1-a9d2dee274f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:30,970 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.067s
2026-05-01 09:44:30,971 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:30 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-99b0466c-ba40-48f4-997d-0a05f7d1aa10', 'x-compute-request-id': 'req-99b0466c-ba40-48f4-997d-0a05f7d1aa10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:32,048 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.073s
2026-05-01 09:44:32,049 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:31 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-01ae6f5a-ac86-49de-a682-716027778857', 'x-compute-request-id': 'req-01ae6f5a-ac86-49de-a682-716027778857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:33,243 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.188s
2026-05-01 09:44:33,244 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:33 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-690945f3-61e1-43c9-b46a-48bb17b3ae48', 'x-compute-request-id': 'req-690945f3-61e1-43c9-b46a-48bb17b3ae48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:34,323 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.077s
2026-05-01 09:44:34,324 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:34 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-eeef64ee-c91a-451e-8f24-a1acd6796393', 'x-compute-request-id': 'req-eeef64ee-c91a-451e-8f24-a1acd6796393', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:35,421 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.094s
2026-05-01 09:44:35,421 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:35 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-e946e302-ccac-4757-8142-4a5afb1882ac', 'x-compute-request-id': 'req-e946e302-ccac-4757-8142-4a5afb1882ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:36,554 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.128s
2026-05-01 09:44:36,554 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:36 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-890a254f-22ed-45fd-b0f2-2cc991a850cf', 'x-compute-request-id': 'req-890a254f-22ed-45fd-b0f2-2cc991a850cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:37,657 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.098s
2026-05-01 09:44:37,658 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:37 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-b46de16a-4f2f-4b63-a5d9-90d1936a1b94', 'x-compute-request-id': 'req-b46de16a-4f2f-4b63-a5d9-90d1936a1b94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:38,729 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.068s
2026-05-01 09:44:38,730 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:38 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-a0763954-1de8-4522-9ad1-126de5c89f34', 'x-compute-request-id': 'req-a0763954-1de8-4522-9ad1-126de5c89f34', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:39,843 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.106s
2026-05-01 09:44:39,844 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:39 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-2c120908-c4fe-4f80-9747-1730db91c3d0', 'x-compute-request-id': 'req-2c120908-c4fe-4f80-9747-1730db91c3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:40,935 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.087s
2026-05-01 09:44:40,935 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:40 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-d9b74f55-8ee7-42cf-8c04-1b3f8a5e3d18', 'x-compute-request-id': 'req-d9b74f55-8ee7-42cf-8c04-1b3f8a5e3d18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:42,039 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.100s
2026-05-01 09:44:42,039 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:41 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-a8482083-c77b-4db0-8284-1163f6f1f649', 'x-compute-request-id': 'req-a8482083-c77b-4db0-8284-1163f6f1f649', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:43,138 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.093s
2026-05-01 09:44:43,139 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:43 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-b9a6a2e8-2848-439f-837f-e608982c0101', 'x-compute-request-id': 'req-b9a6a2e8-2848-439f-837f-e608982c0101', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:44,247 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.103s
2026-05-01 09:44:44,247 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:44 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-12623c7d-ed8a-45ba-8e2c-c9ed75017e9a', 'x-compute-request-id': 'req-12623c7d-ed8a-45ba-8e2c-c9ed75017e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:45,356 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.102s
2026-05-01 09:44:45,357 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:45 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-bd251a30-09b0-47f1-9d3e-4ebea0359b44', 'x-compute-request-id': 'req-bd251a30-09b0-47f1-9d3e-4ebea0359b44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:46,435 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.075s
2026-05-01 09:44:46,435 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:46 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-f021543d-6980-4d45-a7c1-aa0b2f1cc6bc', 'x-compute-request-id': 'req-f021543d-6980-4d45-a7c1-aa0b2f1cc6bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:47,508 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.070s
2026-05-01 09:44:47,509 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:47 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-505948d3-e3ff-4261-9123-c40e78bcd8a8', 'x-compute-request-id': 'req-505948d3-e3ff-4261-9123-c40e78bcd8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:48,570 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.059s
2026-05-01 09:44:48,571 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:48 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-54b3591f-9d23-4e93-8f43-4157dfb9221d', 'x-compute-request-id': 'req-54b3591f-9d23-4e93-8f43-4157dfb9221d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:49,657 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.083s
2026-05-01 09:44:49,658 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:49 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-1e032c97-c762-4d32-aaae-0d331e361bd4', 'x-compute-request-id': 'req-1e032c97-c762-4d32-aaae-0d331e361bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:50,742 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.079s
2026-05-01 09:44:50,742 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:50 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-1bec73c4-8e36-439c-875f-46c1f0f0ed1b', 'x-compute-request-id': 'req-1bec73c4-8e36-439c-875f-46c1f0f0ed1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:51,812 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.067s
2026-05-01 09:44:51,813 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:51 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-b115d9d7-136f-4476-9b82-6316083cce8a', 'x-compute-request-id': 'req-b115d9d7-136f-4476-9b82-6316083cce8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:52,875 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.059s
2026-05-01 09:44:52,875 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:52 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-05336107-3f45-4ee0-aa7c-8d494682d01b', 'x-compute-request-id': 'req-05336107-3f45-4ee0-aa7c-8d494682d01b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:53,948 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.070s
2026-05-01 09:44:53,949 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:53 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-72c3de25-84bb-4ba6-b381-254b852a9858', 'x-compute-request-id': 'req-72c3de25-84bb-4ba6-b381-254b852a9858', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:55,031 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.078s
2026-05-01 09:44:55,033 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:54 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-cc1b83ee-35ec-4d70-8eb2-f7ca78cd4c57', 'x-compute-request-id': 'req-cc1b83ee-35ec-4d70-8eb2-f7ca78cd4c57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:56,127 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.089s
2026-05-01 09:44:56,128 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:56 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-afccdbf4-1e0c-4550-bd35-953717a6aee5', 'x-compute-request-id': 'req-afccdbf4-1e0c-4550-bd35-953717a6aee5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:57,195 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.064s
2026-05-01 09:44:57,196 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:57 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-18610fb3-2081-4cf7-b8c0-09f8c8619583', 'x-compute-request-id': 'req-18610fb3-2081-4cf7-b8c0-09f8c8619583', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:58,275 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.076s
2026-05-01 09:44:58,276 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:58 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-8976751d-3d9b-43c4-8f0a-eac2c1417299', 'x-compute-request-id': 'req-8976751d-3d9b-43c4-8f0a-eac2c1417299', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:44:59,340 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:44:59,341 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:44:59 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-09b835f9-2290-4d64-aa6e-270015280ebb', 'x-compute-request-id': 'req-09b835f9-2290-4d64-aa6e-270015280ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:00,403 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:45:00,403 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:00 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-4e34ccd6-c893-46ce-8b1a-c02d5f71d36c', 'x-compute-request-id': 'req-4e34ccd6-c893-46ce-8b1a-c02d5f71d36c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:01,478 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.071s
2026-05-01 09:45:01,479 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:01 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-9bb954a6-68e6-4b27-a61f-1bdc6b916f66', 'x-compute-request-id': 'req-9bb954a6-68e6-4b27-a61f-1bdc6b916f66', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:02,541 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:45:02,542 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:02 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-81276af1-4daa-4fc0-93f1-440562508c23', 'x-compute-request-id': 'req-81276af1-4daa-4fc0-93f1-440562508c23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:03,605 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.061s
2026-05-01 09:45:03,605 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:03 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-819fb3c0-610f-426e-bc70-6d2ac8b308ef', 'x-compute-request-id': 'req-819fb3c0-610f-426e-bc70-6d2ac8b308ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:04,775 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.167s
2026-05-01 09:45:04,776 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:04 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-0b6d4dd2-2ffa-49ea-b459-f1d5a454d047', 'x-compute-request-id': 'req-0b6d4dd2-2ffa-49ea-b459-f1d5a454d047', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:05,937 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.158s
2026-05-01 09:45:05,937 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:05 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-d6efacf3-e5b1-472c-b042-0b9a87a06c1e', 'x-compute-request-id': 'req-d6efacf3-e5b1-472c-b042-0b9a87a06c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:07,040 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.100s
2026-05-01 09:45:07,041 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:06 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-d2704eeb-bd20-499f-8719-f88740dc528c', 'x-compute-request-id': 'req-d2704eeb-bd20-499f-8719-f88740dc528c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:08,103 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:45:08,104 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:08 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-30ac88ce-78e4-4e2d-92c6-486a66185db1', 'x-compute-request-id': 'req-30ac88ce-78e4-4e2d-92c6-486a66185db1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:09,163 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.056s
2026-05-01 09:45:09,164 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:09 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-a7ebaba9-6d6a-440c-a4e5-50bde7876889', 'x-compute-request-id': 'req-a7ebaba9-6d6a-440c-a4e5-50bde7876889', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:10,227 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.061s
2026-05-01 09:45:10,228 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:10 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-8d5c7f07-e7c2-44fa-8d39-386d6cc1a9cf', 'x-compute-request-id': 'req-8d5c7f07-e7c2-44fa-8d39-386d6cc1a9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:11,293 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.063s
2026-05-01 09:45:11,294 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:11 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-b3147f44-4449-4d68-b637-5d443a4e8f9f', 'x-compute-request-id': 'req-b3147f44-4449-4d68-b637-5d443a4e8f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:12,371 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.074s
2026-05-01 09:45:12,372 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:12 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-683fb41a-2569-4cfc-911c-a40b01672024', 'x-compute-request-id': 'req-683fb41a-2569-4cfc-911c-a40b01672024', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:13,438 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.063s
2026-05-01 09:45:13,439 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:13 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-f070b5b8-7023-4946-b623-ffd8da3a710b', 'x-compute-request-id': 'req-f070b5b8-7023-4946-b623-ffd8da3a710b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:14,502 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:45:14,503 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:14 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-ac3e22b9-d66b-42eb-8a4b-6ae77e75ae9a', 'x-compute-request-id': 'req-ac3e22b9-d66b-42eb-8a4b-6ae77e75ae9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:15,580 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.074s
2026-05-01 09:45:15,580 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:15 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-c8970bb6-5193-4630-806f-ae6818603753', 'x-compute-request-id': 'req-c8970bb6-5193-4630-806f-ae6818603753', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:16,664 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.081s
2026-05-01 09:45:16,666 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:16 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-cdbbe384-d768-4558-b64f-2dcf712b1b5b', 'x-compute-request-id': 'req-cdbbe384-d768-4558-b64f-2dcf712b1b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:17,763 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.093s
2026-05-01 09:45:17,763 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:17 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-bed874fa-8163-4c59-9dcd-43d53bcf5df3', 'x-compute-request-id': 'req-bed874fa-8163-4c59-9dcd-43d53bcf5df3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:18,838 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:45:18,838 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:18 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-dc166123-e47e-406d-bd5e-ec1b77978ee7', 'x-compute-request-id': 'req-dc166123-e47e-406d-bd5e-ec1b77978ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:19,914 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:45:19,916 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:19 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-f74f2ec4-ff61-4c4c-a008-a4af4d18fbfd', 'x-compute-request-id': 'req-f74f2ec4-ff61-4c4c-a008-a4af4d18fbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:20,996 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.078s
2026-05-01 09:45:20,997 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:20 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-4f0a35fd-51cf-43f0-bc9c-49a436b5568f', 'x-compute-request-id': 'req-4f0a35fd-51cf-43f0-bc9c-49a436b5568f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:22,071 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.070s
2026-05-01 09:45:22,071 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:22 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-1afa7186-3b1b-49a5-bbcb-cebbd4241480', 'x-compute-request-id': 'req-1afa7186-3b1b-49a5-bbcb-cebbd4241480', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:23,190 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.111s
2026-05-01 09:45:23,190 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:23 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-b2717957-a135-47e6-8ea8-4da4269a3381', 'x-compute-request-id': 'req-b2717957-a135-47e6-8ea8-4da4269a3381', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:24,265 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:45:24,266 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:24 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-2d9ee4a4-79bf-4f77-b34e-efcbb2b86610', 'x-compute-request-id': 'req-2d9ee4a4-79bf-4f77-b34e-efcbb2b86610', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:25,355 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.086s
2026-05-01 09:45:25,356 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45: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-841db50f-caa0-44df-9f15-6809660da171', 'x-compute-request-id': 'req-841db50f-caa0-44df-9f15-6809660da171', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:26,440 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.081s
2026-05-01 09:45:26,440 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45: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-07dd41b5-22e8-4981-aff1-db4b3f5fc9c1', 'x-compute-request-id': 'req-07dd41b5-22e8-4981-aff1-db4b3f5fc9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:27,505 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.060s
2026-05-01 09:45:27,505 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45: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-02e74d15-df01-4840-bdf6-471440f5d4cc', 'x-compute-request-id': 'req-02e74d15-df01-4840-bdf6-471440f5d4cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:28,582 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.073s
2026-05-01 09:45:28,582 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:28 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-d46e75fe-0c87-4ce9-9bc8-e59d9dc4d507', 'x-compute-request-id': 'req-d46e75fe-0c87-4ce9-9bc8-e59d9dc4d507', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:29,657 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.071s
2026-05-01 09:45:29,657 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:29 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-4f6f97a3-d803-4d38-9cf8-8c92bf30ace8', 'x-compute-request-id': 'req-4f6f97a3-d803-4d38-9cf8-8c92bf30ace8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:30,720 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.058s
2026-05-01 09:45:30,720 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:30 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-01ec3854-1959-4d93-bd4d-fe219a05fae0', 'x-compute-request-id': 'req-01ec3854-1959-4d93-bd4d-fe219a05fae0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:31,782 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.059s
2026-05-01 09:45:31,783 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:31 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-08789f58-6005-4303-83a5-0e1f3f7ef26e', 'x-compute-request-id': 'req-08789f58-6005-4303-83a5-0e1f3f7ef26e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:32,891 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.105s
2026-05-01 09:45:32,892 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:32 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-e1d8038b-ce9b-4efb-b2ca-4fcc50eb2ced', 'x-compute-request-id': 'req-e1d8038b-ce9b-4efb-b2ca-4fcc50eb2ced', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:33,992 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.095s
2026-05-01 09:45:33,993 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:33 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-980db5cc-0aff-42e8-b5a7-39ab25b964fa', 'x-compute-request-id': 'req-980db5cc-0aff-42e8-b5a7-39ab25b964fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:35,073 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.078s
2026-05-01 09:45:35,074 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:34 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-70a7c2fc-5288-4c82-bf70-11055e3beb62', 'x-compute-request-id': 'req-70a7c2fc-5288-4c82-bf70-11055e3beb62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:36,144 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.068s
2026-05-01 09:45:36,145 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:36 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-0e61aa76-2b21-47c5-943d-71c6d89c4593', 'x-compute-request-id': 'req-0e61aa76-2b21-47c5-943d-71c6d89c4593', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:37,213 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.065s
2026-05-01 09:45:37,213 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:37 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-041a04e8-05a3-411a-9e11-33763e57953a', 'x-compute-request-id': 'req-041a04e8-05a3-411a-9e11-33763e57953a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:38,300 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.084s
2026-05-01 09:45:38,301 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:38 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-8fe72c3b-9212-4204-aa63-23303aeee22d', 'x-compute-request-id': 'req-8fe72c3b-9212-4204-aa63-23303aeee22d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:39,380 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.076s
2026-05-01 09:45:39,380 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:39 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-eb59a74d-67c1-461b-b5dc-cce2ec896f45', 'x-compute-request-id': 'req-eb59a74d-67c1-461b-b5dc-cce2ec896f45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:40,444 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.059s
2026-05-01 09:45:40,444 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:40 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-bf79856a-5541-4d49-bf3b-73989433a31b', 'x-compute-request-id': 'req-bf79856a-5541-4d49-bf3b-73989433a31b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:41,503 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.056s
2026-05-01 09:45:41,504 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:41 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-8540e086-a6ee-400c-a5a9-c28d7e2a8560', 'x-compute-request-id': 'req-8540e086-a6ee-400c-a5a9-c28d7e2a8560', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:42,578 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:45:42,579 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:42 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-e9a8b042-435e-48e6-9f0e-d1372b3d01a8', 'x-compute-request-id': 'req-e9a8b042-435e-48e6-9f0e-d1372b3d01a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:43,936 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.355s
2026-05-01 09:45:43,937 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:43 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-5b76e23d-3ff3-42ca-830f-49e55c38454d', 'x-compute-request-id': 'req-5b76e23d-3ff3-42ca-830f-49e55c38454d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:45,039 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.099s
2026-05-01 09:45:45,040 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:44 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-a67b2260-5f8a-4372-8e1b-03e0c05de52d', 'x-compute-request-id': 'req-a67b2260-5f8a-4372-8e1b-03e0c05de52d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:46,118 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:45:46,118 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:46 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-514d18aa-14bf-4127-8fb8-c47402cbbba5', 'x-compute-request-id': 'req-514d18aa-14bf-4127-8fb8-c47402cbbba5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:47,194 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.074s
2026-05-01 09:45:47,195 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:47 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-e7bb3da6-2352-456d-9e4b-e9a6b67d1003', 'x-compute-request-id': 'req-e7bb3da6-2352-456d-9e4b-e9a6b67d1003', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:48,276 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.075s
2026-05-01 09:45:48,277 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:48 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-00d5d932-95ed-45ef-865c-a928e69c3f98', 'x-compute-request-id': 'req-00d5d932-95ed-45ef-865c-a928e69c3f98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:49,366 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.086s
2026-05-01 09:45:49,366 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:49 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-cd5a6250-92f3-4fbd-be53-b99ca622eacc', 'x-compute-request-id': 'req-cd5a6250-92f3-4fbd-be53-b99ca622eacc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:50,453 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.084s
2026-05-01 09:45:50,453 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:50 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-ff011e87-a78f-4797-9c2a-f88799e148b9', 'x-compute-request-id': 'req-ff011e87-a78f-4797-9c2a-f88799e148b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:51,544 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.086s
2026-05-01 09:45:51,544 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:51 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-530b2140-feda-497c-8ddf-8efb6649277f', 'x-compute-request-id': 'req-530b2140-feda-497c-8ddf-8efb6649277f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:52,630 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.082s
2026-05-01 09:45:52,630 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:52 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-4775d97d-148e-4808-8711-09b1c67d3b50', 'x-compute-request-id': 'req-4775d97d-148e-4808-8711-09b1c67d3b50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:53,695 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.062s
2026-05-01 09:45:53,696 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:53 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-7b4955b0-6d50-43a2-a307-807a73236ae2', 'x-compute-request-id': 'req-7b4955b0-6d50-43a2-a307-807a73236ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:54,803 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.103s
2026-05-01 09:45:54,803 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:54 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-4e8bc45b-9396-4234-a4df-0a2e8572e44a', 'x-compute-request-id': 'req-4e8bc45b-9396-4234-a4df-0a2e8572e44a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:55,903 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.096s
2026-05-01 09:45:55,903 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:55 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-7c948f2f-0e66-4306-a34b-eaac4a4f22e4', 'x-compute-request-id': 'req-7c948f2f-0e66-4306-a34b-eaac4a4f22e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:56,981 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.076s
2026-05-01 09:45:56,983 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:56 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-9abda1f7-06ba-4ad3-8c50-038d4bd99f37', 'x-compute-request-id': 'req-9abda1f7-06ba-4ad3-8c50-038d4bd99f37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:58,065 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.078s
2026-05-01 09:45:58,065 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:57 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-662b3cab-0c07-4316-a193-644b6370bf3e', 'x-compute-request-id': 'req-662b3cab-0c07-4316-a193-644b6370bf3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:45:59,155 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.086s
2026-05-01 09:45:59,156 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:45:59 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-66db2d85-d870-42d7-b3bc-812ccc22b12a', 'x-compute-request-id': 'req-66db2d85-d870-42d7-b3bc-812ccc22b12a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:00,253 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.093s
2026-05-01 09:46:00,254 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:00 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-b66643bd-3291-4462-b4a6-ca6def919163', 'x-compute-request-id': 'req-b66643bd-3291-4462-b4a6-ca6def919163', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:01,324 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.065s
2026-05-01 09:46:01,324 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:01 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-f0f32e81-1fa2-4f1c-a387-447774d50c26', 'x-compute-request-id': 'req-f0f32e81-1fa2-4f1c-a387-447774d50c26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:02,401 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:46:02,402 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:02 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-fe7478ea-2add-4c55-9937-c66038f93929', 'x-compute-request-id': 'req-fe7478ea-2add-4c55-9937-c66038f93929', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:03,467 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.061s
2026-05-01 09:46:03,467 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:03 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-e176f0db-a1a0-4c20-bd08-15abdc07c454', 'x-compute-request-id': 'req-e176f0db-a1a0-4c20-bd08-15abdc07c454', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:04,554 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.085s
2026-05-01 09:46:04,555 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:04 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-0b454ba5-d001-41c7-8101-095f0c8c69ed', 'x-compute-request-id': 'req-0b454ba5-d001-41c7-8101-095f0c8c69ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:05,641 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.083s
2026-05-01 09:46:05,642 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:05 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-7688ed2c-9b77-4ec9-89a6-2909709b904d', 'x-compute-request-id': 'req-7688ed2c-9b77-4ec9-89a6-2909709b904d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:06,717 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.073s
2026-05-01 09:46:06,717 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:06 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-861410e2-04b5-46a6-857e-607c6e4465e3', 'x-compute-request-id': 'req-861410e2-04b5-46a6-857e-607c6e4465e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:07,783 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.063s
2026-05-01 09:46:07,783 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:07 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-761f8338-60ed-4821-8dc7-8d04c04af6ea', 'x-compute-request-id': 'req-761f8338-60ed-4821-8dc7-8d04c04af6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:08,850 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.064s
2026-05-01 09:46:08,851 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:08 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-7d6d515d-71d8-4f78-9c64-563e5bc6384e', 'x-compute-request-id': 'req-7d6d515d-71d8-4f78-9c64-563e5bc6384e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:09,934 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.081s
2026-05-01 09:46:09,934 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:09 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-068667b0-3fc6-49ff-a737-4810469405a2', 'x-compute-request-id': 'req-068667b0-3fc6-49ff-a737-4810469405a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:11,012 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.074s
2026-05-01 09:46:11,012 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:10 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-129eefac-aa7b-4e8e-afd6-78c89ae9e17a', 'x-compute-request-id': 'req-129eefac-aa7b-4e8e-afd6-78c89ae9e17a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:12,132 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.115s
2026-05-01 09:46:12,132 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:12 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-17cbe8f6-9f66-46f6-b581-73b94e8c9268', 'x-compute-request-id': 'req-17cbe8f6-9f66-46f6-b581-73b94e8c9268', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:13,218 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.082s
2026-05-01 09:46:13,218 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:13 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-24f9ab97-fb2c-464b-b110-f320b9e58749', 'x-compute-request-id': 'req-24f9ab97-fb2c-464b-b110-f320b9e58749', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:14,320 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.095s
2026-05-01 09:46:14,321 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:14 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-192ed68e-2950-4af2-bebe-aeb862c65bd1', 'x-compute-request-id': 'req-192ed68e-2950-4af2-bebe-aeb862c65bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:15,398 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.074s
2026-05-01 09:46:15,398 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:15 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-5643c385-54ca-4737-99c7-2b8d722720f6', 'x-compute-request-id': 'req-5643c385-54ca-4737-99c7-2b8d722720f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:16,591 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.189s
2026-05-01 09:46:16,592 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:16 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-4aa2c17f-920b-4de1-a1b3-7367def66873', 'x-compute-request-id': 'req-4aa2c17f-920b-4de1-a1b3-7367def66873', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:17,821 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.225s
2026-05-01 09:46:17,821 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:17 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-2aeb9053-e2a1-4ab2-ab31-62676dc46e29', 'x-compute-request-id': 'req-2aeb9053-e2a1-4ab2-ab31-62676dc46e29', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:19,001 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.175s
2026-05-01 09:46:19,001 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:18 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-09932b21-be71-4576-ab5c-d44cc8b81e48', 'x-compute-request-id': 'req-09932b21-be71-4576-ab5c-d44cc8b81e48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:20,217 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.213s
2026-05-01 09:46:20,218 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:20 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-12d7c5b8-eb1a-4beb-9310-f62bb9419f41', 'x-compute-request-id': 'req-12d7c5b8-eb1a-4beb-9310-f62bb9419f41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:21,293 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.071s
2026-05-01 09:46:21,293 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:21 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-dda10163-821e-4739-b161-3007f88fc05a', 'x-compute-request-id': 'req-dda10163-821e-4739-b161-3007f88fc05a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:22,369 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:46:22,369 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:22 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-6bd3ad4e-5fc9-4872-9502-0f2adf61c2c6', 'x-compute-request-id': 'req-6bd3ad4e-5fc9-4872-9502-0f2adf61c2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:23,450 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.075s
2026-05-01 09:46:23,450 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:23 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-61219ddb-f432-4afb-a27a-6e7d594783b2', 'x-compute-request-id': 'req-61219ddb-f432-4afb-a27a-6e7d594783b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:24,523 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.069s
2026-05-01 09:46:24,523 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:24 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-5bbeaef1-1143-4aae-8788-718f473bc829', 'x-compute-request-id': 'req-5bbeaef1-1143-4aae-8788-718f473bc829', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:25,599 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.072s
2026-05-01 09:46:25,600 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46: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-27611492-8260-4a98-a796-6328382c372c', 'x-compute-request-id': 'req-27611492-8260-4a98-a796-6328382c372c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:26,709 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.105s
2026-05-01 09:46:26,710 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46: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-78591a58-8662-4c08-84fe-aa387333c87c', 'x-compute-request-id': 'req-78591a58-8662-4c08-84fe-aa387333c87c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:27,775 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.061s
2026-05-01 09:46:27,776 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46: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-3b54339c-e584-45c2-ac25-4c6280257022', 'x-compute-request-id': 'req-3b54339c-e584-45c2-ac25-4c6280257022', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:28,845 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.066s
2026-05-01 09:46:28,845 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:28 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-398d47b2-7a9f-48b8-9bb0-4e669a060848', 'x-compute-request-id': 'req-398d47b2-7a9f-48b8-9bb0-4e669a060848', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:29,929 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.079s
2026-05-01 09:46:29,929 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:29 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-35818ce9-ccd3-4dcd-9c82-845091eb0486', 'x-compute-request-id': 'req-35818ce9-ccd3-4dcd-9c82-845091eb0486', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:31,004 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.071s
2026-05-01 09:46:31,004 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:30 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-a5b54684-bb92-4e74-9e90-d14d5b0a02da', 'x-compute-request-id': 'req-a5b54684-bb92-4e74-9e90-d14d5b0a02da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:32,111 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.102s
2026-05-01 09:46:32,112 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:32 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-5c9d168e-ae32-4681-b502-9c4581b4734f', 'x-compute-request-id': 'req-5c9d168e-ae32-4681-b502-9c4581b4734f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:33,194 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.079s
2026-05-01 09:46:33,196 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:33 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-dba20b22-bed4-44fd-be8f-4e633c6fe1f0', 'x-compute-request-id': 'req-dba20b22-bed4-44fd-be8f-4e633c6fe1f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:34,281 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.082s
2026-05-01 09:46:34,281 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:34 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-923cc9c9-7f83-482d-895d-8fa02bcd34ab', 'x-compute-request-id': 'req-923cc9c9-7f83-482d-895d-8fa02bcd34ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:35,341 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.056s
2026-05-01 09:46:35,341 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:35 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-9e9d49b9-5b04-4010-bad3-926208af0ba9', 'x-compute-request-id': 'req-9e9d49b9-5b04-4010-bad3-926208af0ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:36,417 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.073s
2026-05-01 09:46:36,418 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:36 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-7b82da16-951c-4b35-b523-8cbce2825b4f', 'x-compute-request-id': 'req-7b82da16-951c-4b35-b523-8cbce2825b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:37,635 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.214s
2026-05-01 09:46:37,636 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:37 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-6d2bec57-3ec0-4517-b856-dc7729636914', 'x-compute-request-id': 'req-6d2bec57-3ec0-4517-b856-dc7729636914', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:38,785 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.142s
2026-05-01 09:46:38,785 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:38 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-9736e857-3fbd-421d-9ff6-2b2360d425a1', 'x-compute-request-id': 'req-9736e857-3fbd-421d-9ff6-2b2360d425a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:39,986 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.194s
2026-05-01 09:46:39,987 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:39 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-6dfce6f0-4056-42c2-b487-995d75cf4bf9', 'x-compute-request-id': 'req-6dfce6f0-4056-42c2-b487-995d75cf4bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:41,152 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.160s
2026-05-01 09:46:41,153 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:40 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-c9b849e5-07fa-4ea3-8991-c70cb236d9c7', 'x-compute-request-id': 'req-c9b849e5-07fa-4ea3-8991-c70cb236d9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:42,224 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.064s
2026-05-01 09:46:42,224 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:42 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-c80ea7e2-726c-4575-b7d4-5938d975a245', 'x-compute-request-id': 'req-c80ea7e2-726c-4575-b7d4-5938d975a245', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:43,284 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.057s
2026-05-01 09:46:43,284 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:43 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-61635559-c197-42e7-a746-afa6af9a4b11', 'x-compute-request-id': 'req-61635559-c197-42e7-a746-afa6af9a4b11', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:44,589 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.302s
2026-05-01 09:46:44,590 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:44 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-8dcfc3d5-8a65-4e10-b96d-ff7f0713ae23', 'x-compute-request-id': 'req-8dcfc3d5-8a65-4e10-b96d-ff7f0713ae23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:45,663 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.070s
2026-05-01 09:46:45,663 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:45 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-408a5e78-76d4-4d05-b3b4-80d4776ff055', 'x-compute-request-id': 'req-408a5e78-76d4-4d05-b3b4-80d4776ff055', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:46,733 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.066s
2026-05-01 09:46:46,733 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:46 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-8b1fb325-e5f3-465f-9e93-d73203ba7c69', 'x-compute-request-id': 'req-8b1fb325-e5f3-465f-9e93-d73203ba7c69', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:47,827 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.089s
2026-05-01 09:46:47,827 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:47 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-9149c194-09cd-4506-95d1-29b6a4f25662', 'x-compute-request-id': 'req-9149c194-09cd-4506-95d1-29b6a4f25662', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:48,905 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.075s
2026-05-01 09:46:48,906 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:48 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-0125024d-9be7-42f9-8c3f-93d7dbfb69ff', 'x-compute-request-id': 'req-0125024d-9be7-42f9-8c3f-93d7dbfb69ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:50,044 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.135s
2026-05-01 09:46:50,045 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:49 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-79c6b6db-aba0-4546-b1a4-19e68c63e84c', 'x-compute-request-id': 'req-79c6b6db-aba0-4546-b1a4-19e68c63e84c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:51,104 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.056s
2026-05-01 09:46:51,105 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:51 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-b57e6a5a-2c95-459b-a828-c16647af4407', 'x-compute-request-id': 'req-b57e6a5a-2c95-459b-a828-c16647af4407', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:52,206 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.098s
2026-05-01 09:46:52,207 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:52 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-6327b905-17c3-4289-b6c2-3df65a060d75', 'x-compute-request-id': 'req-6327b905-17c3-4289-b6c2-3df65a060d75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:53,296 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.085s
2026-05-01 09:46:53,296 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:53 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-2a074054-9b15-4121-bf24-f62898e6bec6', 'x-compute-request-id': 'req-2a074054-9b15-4121-bf24-f62898e6bec6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:54,377 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.077s
2026-05-01 09:46:54,378 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:54 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-3b424abf-6e53-4cb5-84b3-85351097ffcc', 'x-compute-request-id': 'req-3b424abf-6e53-4cb5-84b3-85351097ffcc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:55,731 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.350s
2026-05-01 09:46:55,732 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:55 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-2e101c1d-56ea-4dfd-9dd5-4f62ef9321a5', 'x-compute-request-id': 'req-2e101c1d-56ea-4dfd-9dd5-4f62ef9321a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:56,816 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.080s
2026-05-01 09:46:56,816 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:56 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-de2cd304-388e-4a02-b4ad-028c4942023c', 'x-compute-request-id': 'req-de2cd304-388e-4a02-b4ad-028c4942023c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:57,878 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.059s
2026-05-01 09:46:57,879 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:57 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-ff080f62-8bea-4fb9-93c2-d52df8e30b22', 'x-compute-request-id': 'req-ff080f62-8bea-4fb9-93c2-d52df8e30b22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:46:58,950 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.068s
2026-05-01 09:46:58,950 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:58 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-15ece2b7-7e03-4f51-8d9d-59237bec2277', 'x-compute-request-id': 'req-15ece2b7-7e03-4f51-8d9d-59237bec2277', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:47:00,018 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.065s
2026-05-01 09:47:00,019 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:46:59 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-7dd9dc1b-a36b-43f6-860c-7097d79748ca', 'x-compute-request-id': 'req-7dd9dc1b-a36b-43f6-860c-7097d79748ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:47:01,133 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments 0.111s
2026-05-01 09:47:01,134 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:01 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-a29fc726-8c49-4bbf-9c82-193fb79a97bc', 'x-compute-request-id': 'req-a29fc726-8c49-4bbf-9c82-193fb79a97bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "volumeId": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "serverId": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "device": "/dev/vdb"}]}'
2026-05-01 09:47:02,735 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 POST http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/action 0.598s
2026-05-01 09:47:02,736 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4481d572-83e6-4165-aaed-ab9f3299b074', 'x-compute-request-id': 'req-4481d572-83e6-4165-aaed-ab9f3299b074', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 could not be found."}}'
2026-05-01 09:47:02,817 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.078s
2026-05-01 09:47:02,818 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f37c73e-2007-4b08-b023-84e1cc8ac84c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f37c73e-2007-4b08-b023-84e1cc8ac84c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:03,903 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.068s
2026-05-01 09:47:03,904 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b3b2fa2-87ff-4098-bf07-c14c21a22f41', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b3b2fa2-87ff-4098-bf07-c14c21a22f41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:05,013 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.096s
2026-05-01 09:47:05,013 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06dba93a-e9a4-4381-b2e4-29d2a8efffd2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06dba93a-e9a4-4381-b2e4-29d2a8efffd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:06,102 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.075s
2026-05-01 09:47:06,102 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d713bce3-b6d9-4cb4-99b3-741ad0b8aaab', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d713bce3-b6d9-4cb4-99b3-741ad0b8aaab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:07,213 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.096s
2026-05-01 09:47:07,214 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11a6a55-72d8-4fea-9e0b-aa84b608baf0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11a6a55-72d8-4fea-9e0b-aa84b608baf0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:08,300 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.070s
2026-05-01 09:47:08,300 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a2487b-344d-4214-a85e-aa0c6286c70a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a2487b-344d-4214-a85e-aa0c6286c70a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:09,376 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:47:09,377 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7a1e8f-3bf2-495e-89b6-b82df8254df5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7a1e8f-3bf2-495e-89b6-b82df8254df5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:10,514 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.123s
2026-05-01 09:47:10,514 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bef0696-57d1-462b-a233-d9c72e149333', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bef0696-57d1-462b-a233-d9c72e149333', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:11,605 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.075s
2026-05-01 09:47:11,606 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dbc84cd-5465-460e-8592-76faa78972fd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dbc84cd-5465-460e-8592-76faa78972fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:12,700 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.082s
2026-05-01 09:47:12,700 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d823b70d-6f08-43bd-960e-4e7fc2cf6b79', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d823b70d-6f08-43bd-960e-4e7fc2cf6b79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:13,822 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.109s
2026-05-01 09:47:13,823 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098598b8-8b08-4c79-93a0-ce1fecf5a50e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098598b8-8b08-4c79-93a0-ce1fecf5a50e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:14,924 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.084s
2026-05-01 09:47:14,924 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed8ac067-1fd4-4f7c-85fc-71652956998d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed8ac067-1fd4-4f7c-85fc-71652956998d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:16,002 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.065s
2026-05-01 09:47:16,003 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79724604-877f-4d53-9602-ece0aac57104', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79724604-877f-4d53-9602-ece0aac57104', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:17,075 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:47:17,076 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42401b0e-29ec-4ef3-aff3-763760228dc2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42401b0e-29ec-4ef3-aff3-763760228dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:18,147 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:47:18,148 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1312a8-9a19-46c5-9b55-57bdd0ae4c41', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1312a8-9a19-46c5-9b55-57bdd0ae4c41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:19,283 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.118s
2026-05-01 09:47:19,284 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26d49ef4-9e3c-4dc8-91c5-c0fa712f925e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26d49ef4-9e3c-4dc8-91c5-c0fa712f925e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:20,400 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.099s
2026-05-01 09:47:20,401 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ebee19-0e53-4fe8-86d4-2f41e459c06c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ebee19-0e53-4fe8-86d4-2f41e459c06c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:21,475 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:47:21,476 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84d18fd7-7c75-48e4-ad1e-31b7f1d64092', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84d18fd7-7c75-48e4-ad1e-31b7f1d64092', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:22,543 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.053s
2026-05-01 09:47:22,544 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04f8c298-61d0-437c-a312-90640d97d4c6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f8c298-61d0-437c-a312-90640d97d4c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:23,607 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.051s
2026-05-01 09:47:23,607 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95107a3b-227e-4cf5-9495-4cd0a3bbabad', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95107a3b-227e-4cf5-9495-4cd0a3bbabad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:24,730 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.111s
2026-05-01 09:47:24,731 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d890879b-137f-4f79-8573-71d81be62fe3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d890879b-137f-4f79-8573-71d81be62fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:25,798 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.055s
2026-05-01 09:47:25,799 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb9708f-16e1-4bb7-8536-d5e9e02e04a0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb9708f-16e1-4bb7-8536-d5e9e02e04a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:26,957 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.145s
2026-05-01 09:47:26,959 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d049a05c-9a05-41c0-9492-b259bffbe74f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d049a05c-9a05-41c0-9492-b259bffbe74f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:28,167 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.190s
2026-05-01 09:47:28,168 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351b05a2-803e-4333-ad5a-12ffd82fb9e8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351b05a2-803e-4333-ad5a-12ffd82fb9e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:29,378 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.191s
2026-05-01 09:47:29,379 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d47b5a-7ba0-4c04-838c-8f15d58fd45b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d47b5a-7ba0-4c04-838c-8f15d58fd45b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:30,513 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.116s
2026-05-01 09:47:30,514 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a96bac-fe1c-438d-8336-75475467ebc6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a96bac-fe1c-438d-8336-75475467ebc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:31,612 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.083s
2026-05-01 09:47:31,613 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1997fecc-fe70-493b-8a28-a1ecec1bf21b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1997fecc-fe70-493b-8a28-a1ecec1bf21b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:32,703 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.078s
2026-05-01 09:47:32,704 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99414832-3c72-4947-b356-a0bb2eb50cfd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99414832-3c72-4947-b356-a0bb2eb50cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:33,785 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.068s
2026-05-01 09:47:33,785 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef5c80c-8a90-47ff-86db-75ea09abdc1c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef5c80c-8a90-47ff-86db-75ea09abdc1c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:34,854 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.056s
2026-05-01 09:47:34,855 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd16589-4cd4-45e1-9aa4-369efc5954f8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd16589-4cd4-45e1-9aa4-369efc5954f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:35,925 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:47:35,926 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6096dcd7-c772-4513-9874-e271f1ec10ad', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6096dcd7-c772-4513-9874-e271f1ec10ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:36,989 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.051s
2026-05-01 09:47:36,990 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-925f7311-a9e9-4bcc-9d68-d6e5791c4522', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-925f7311-a9e9-4bcc-9d68-d6e5791c4522', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:38,078 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.075s
2026-05-01 09:47:38,078 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66de0a9d-a679-4923-b50c-1b4d837bf280', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66de0a9d-a679-4923-b50c-1b4d837bf280', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:39,195 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.100s
2026-05-01 09:47:39,196 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bf8f73-0e3a-48eb-92d0-3297c924e6d6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bf8f73-0e3a-48eb-92d0-3297c924e6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:40,284 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.074s
2026-05-01 09:47:40,285 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2970d6a2-3c17-4693-a58a-4da834de8ae1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2970d6a2-3c17-4693-a58a-4da834de8ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:41,374 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.076s
2026-05-01 09:47:41,375 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2919a41a-1231-41dc-8c0a-b2bbcb455abf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2919a41a-1231-41dc-8c0a-b2bbcb455abf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:42,457 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.068s
2026-05-01 09:47:42,458 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc2c20b-a5a9-4bc1-a312-2022daf9cc83', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc2c20b-a5a9-4bc1-a312-2022daf9cc83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:43,547 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.074s
2026-05-01 09:47:43,548 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d04520-d547-4f50-b433-fc089c454292', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d04520-d547-4f50-b433-fc089c454292', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:44,646 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.084s
2026-05-01 09:47:44,648 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfc05775-7b5d-4693-8ddf-edeeb098f850', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfc05775-7b5d-4693-8ddf-edeeb098f850', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:45,736 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.072s
2026-05-01 09:47:45,737 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22b9c36a-d1e2-4765-9367-5286db59b6b4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22b9c36a-d1e2-4765-9367-5286db59b6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:46,813 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.061s
2026-05-01 09:47:46,814 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86c7d2a-9a3a-443d-bcd6-1c466ec070a4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86c7d2a-9a3a-443d-bcd6-1c466ec070a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:47,886 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.056s
2026-05-01 09:47:47,886 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a44ee19-4ab0-4262-b2bc-651acfbbfd09', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a44ee19-4ab0-4262-b2bc-651acfbbfd09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:48,967 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.066s
2026-05-01 09:47:48,968 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c24135e0-85db-41c0-997f-ab6e72c983ce', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c24135e0-85db-41c0-997f-ab6e72c983ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:50,067 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.087s
2026-05-01 09:47:50,068 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2397f724-5d3e-4379-a52d-ee6abb8dfa75', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2397f724-5d3e-4379-a52d-ee6abb8dfa75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:51,169 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.089s
2026-05-01 09:47:51,170 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58c10f3d-3725-4ff3-9650-a23c2ab18b6d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58c10f3d-3725-4ff3-9650-a23c2ab18b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:52,248 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.063s
2026-05-01 09:47:52,248 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afdb7923-58c9-4e6c-9c16-daaf16238135', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afdb7923-58c9-4e6c-9c16-daaf16238135', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:53,359 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.098s
2026-05-01 09:47:53,359 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a10a74c9-d8ad-4c82-895c-0e0e8e1365f9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a10a74c9-d8ad-4c82-895c-0e0e8e1365f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:54,478 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.106s
2026-05-01 09:47:54,479 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc11ee0-d9b2-4321-ad86-1a27f1617695', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bc11ee0-d9b2-4321-ad86-1a27f1617695', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:55,570 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.075s
2026-05-01 09:47:55,570 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1b7d8d-1d46-437c-92d4-fa9a2561cad0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1b7d8d-1d46-437c-92d4-fa9a2561cad0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:56,646 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.061s
2026-05-01 09:47:56,646 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3166431a-41be-4d06-a375-98be355674fb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3166431a-41be-4d06-a375-98be355674fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:57,730 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.071s
2026-05-01 09:47:57,731 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af6084e9-b7bc-4f6f-b52c-4582c50029d4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af6084e9-b7bc-4f6f-b52c-4582c50029d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:58,805 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.062s
2026-05-01 09:47:58,806 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b89acc37-4b66-49d7-8622-d5926137109c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b89acc37-4b66-49d7-8622-d5926137109c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:47:59,893 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.072s
2026-05-01 09:47:59,894 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:47:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa4a093-7423-4fd1-b6c1-d49f8744f79b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa4a093-7423-4fd1-b6c1-d49f8744f79b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:01,006 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.099s
2026-05-01 09:48:01,006 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc737959-d7b1-4b7a-9fa3-4db930ac5e98', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc737959-d7b1-4b7a-9fa3-4db930ac5e98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:02,127 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.102s
2026-05-01 09:48:02,127 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217f2def-0fc4-4591-8e17-0c3400933d51', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217f2def-0fc4-4591-8e17-0c3400933d51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:03,256 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.111s
2026-05-01 09:48:03,257 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de412665-26ad-4940-a51c-65618850b7ff', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de412665-26ad-4940-a51c-65618850b7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:04,361 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.088s
2026-05-01 09:48:04,361 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb821c3e-da3d-4a0b-8e18-7c43e1af888f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb821c3e-da3d-4a0b-8e18-7c43e1af888f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:05,452 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.076s
2026-05-01 09:48:05,453 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214cfc6b-2173-4b36-8ce2-6cf825194be5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214cfc6b-2173-4b36-8ce2-6cf825194be5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:06,582 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.116s
2026-05-01 09:48:06,582 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5468945f-19b1-4e04-95d7-efeb86561249', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5468945f-19b1-4e04-95d7-efeb86561249', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:07,651 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.054s
2026-05-01 09:48:07,651 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a567fa-d5c9-4796-b4f9-7fffe45f81cf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a567fa-d5c9-4796-b4f9-7fffe45f81cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:08,726 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.062s
2026-05-01 09:48:08,726 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ba6125-2844-4390-bf83-e76926dab1a5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ba6125-2844-4390-bf83-e76926dab1a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:09,793 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.051s
2026-05-01 09:48:09,794 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e668bfe-418a-4777-afa0-86ad1b041235', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e668bfe-418a-4777-afa0-86ad1b041235', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:10,864 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:48:10,865 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac773d8-431e-48b2-8c04-34aee9fff29f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac773d8-431e-48b2-8c04-34aee9fff29f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:11,953 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.073s
2026-05-01 09:48:11,953 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f61c65a-fc36-4396-af5c-e353fe059453', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f61c65a-fc36-4396-af5c-e353fe059453', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:13,053 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.086s
2026-05-01 09:48:13,054 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a81911-3768-4709-bcd4-05dcb3080369', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a81911-3768-4709-bcd4-05dcb3080369', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:14,134 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.064s
2026-05-01 09:48:14,134 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-703ccd4a-9a5a-4467-be10-bc088d11f610', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-703ccd4a-9a5a-4467-be10-bc088d11f610', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:15,201 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:48:15,202 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-612532de-bacf-4809-ba3c-faca0409a5f8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-612532de-bacf-4809-ba3c-faca0409a5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:16,267 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.053s
2026-05-01 09:48:16,268 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e599183-cf0c-4d39-9b41-99102720ad12', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e599183-cf0c-4d39-9b41-99102720ad12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:17,334 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.055s
2026-05-01 09:48:17,334 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91496d3-7190-4a60-b5fd-8b849a7b00e8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91496d3-7190-4a60-b5fd-8b849a7b00e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:18,394 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.049s
2026-05-01 09:48:18,395 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb6ecb2d-03ec-47b2-8a69-8bf7463069da', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb6ecb2d-03ec-47b2-8a69-8bf7463069da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:19,523 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.117s
2026-05-01 09:48:19,523 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cb4d000-042c-4938-b7c1-cff72be065c3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cb4d000-042c-4938-b7c1-cff72be065c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:20,669 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.130s
2026-05-01 09:48:20,670 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d838953-f2af-46f6-91ed-c4b5f0263501', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d838953-f2af-46f6-91ed-c4b5f0263501', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:21,825 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.141s
2026-05-01 09:48:21,826 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab3bbbd-db53-4305-8a15-ed96b452dd93', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab3bbbd-db53-4305-8a15-ed96b452dd93', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:23,027 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.186s
2026-05-01 09:48:23,028 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f234156-74f7-40d1-8d9c-34d417009ccd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f234156-74f7-40d1-8d9c-34d417009ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:24,097 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.052s
2026-05-01 09:48:24,097 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06159664-76ec-46f1-98b3-cd3006660d83', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06159664-76ec-46f1-98b3-cd3006660d83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:25,163 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.056s
2026-05-01 09:48:25,164 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f138836-f6c1-43a4-b224-d1d3a56bfde9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f138836-f6c1-43a4-b224-d1d3a56bfde9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:26,223 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.047s
2026-05-01 09:48:26,223 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01eae005-5772-4882-a732-5b7991b75c59', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01eae005-5772-4882-a732-5b7991b75c59', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:27,285 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.051s
2026-05-01 09:48:27,285 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c99fe75-7e8d-4239-b96d-4f7f0f5a9170', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c99fe75-7e8d-4239-b96d-4f7f0f5a9170', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:28,346 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.049s
2026-05-01 09:48:28,347 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d9d7a1-186d-4459-82af-d14f5089fb14', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d9d7a1-186d-4459-82af-d14f5089fb14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:29,416 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.056s
2026-05-01 09:48:29,416 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239d3236-0b0c-4a01-81c3-6997716af6a3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239d3236-0b0c-4a01-81c3-6997716af6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:30,488 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:48:30,488 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc2d9fb-da1a-41cb-b230-dd1708197356', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc2d9fb-da1a-41cb-b230-dd1708197356', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:31,567 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.063s
2026-05-01 09:48:31,567 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c84fe7-b7a9-45d0-b1cd-6d37167e57c3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c84fe7-b7a9-45d0-b1cd-6d37167e57c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:32,660 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.077s
2026-05-01 09:48:32,661 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e485eebe-3e47-4fa0-9b3a-d591c7307bf8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e485eebe-3e47-4fa0-9b3a-d591c7307bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:33,731 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.056s
2026-05-01 09:48:33,732 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8f46a09-f25d-4874-bf76-a56a2f702750', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8f46a09-f25d-4874-bf76-a56a2f702750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:34,807 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.062s
2026-05-01 09:48:34,808 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfa534a-232a-4e46-a8f4-e68921d06889', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfa534a-232a-4e46-a8f4-e68921d06889', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:35,885 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.064s
2026-05-01 09:48:35,885 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b903cfa0-6488-428d-9cd2-833f29bb8941', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b903cfa0-6488-428d-9cd2-833f29bb8941', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:36,983 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.085s
2026-05-01 09:48:36,983 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685b8baf-9ad5-4d18-b09a-0acb019c9da5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685b8baf-9ad5-4d18-b09a-0acb019c9da5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:38,078 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.080s
2026-05-01 09:48:38,078 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eaffc4a-ad0e-4dae-9848-a73c45314a5f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eaffc4a-ad0e-4dae-9848-a73c45314a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:39,156 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.064s
2026-05-01 09:48:39,156 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7848b90-7a35-4829-b555-5306b6cf6cc6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7848b90-7a35-4829-b555-5306b6cf6cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:40,247 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.079s
2026-05-01 09:48:40,248 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d6eb28-1e34-4230-8ce8-5517593ee610', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d6eb28-1e34-4230-8ce8-5517593ee610', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:41,550 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.291s
2026-05-01 09:48:41,551 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b538a02f-2985-4f39-b14b-18d4a528c917', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b538a02f-2985-4f39-b14b-18d4a528c917', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:42,846 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.277s
2026-05-01 09:48:42,847 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e154fe7d-6822-441a-8b49-b98c91012920', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e154fe7d-6822-441a-8b49-b98c91012920', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:44,009 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.147s
2026-05-01 09:48:44,010 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc7004e8-03ae-4c30-a301-15135e131478', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc7004e8-03ae-4c30-a301-15135e131478', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:45,220 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.194s
2026-05-01 09:48:45,221 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90319697-7315-4378-9838-cad586a04c6c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90319697-7315-4378-9838-cad586a04c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:46,304 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.069s
2026-05-01 09:48:46,305 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f9cdb6-dc6b-4343-82ac-927d0746826e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f9cdb6-dc6b-4343-82ac-927d0746826e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:47,411 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.093s
2026-05-01 09:48:47,411 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8e10ce-0be3-4a6a-b75e-ff72cbfc10cb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8e10ce-0be3-4a6a-b75e-ff72cbfc10cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:48,488 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:48:48,489 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25356cb-bad5-496c-b05d-39c24093bfc5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25356cb-bad5-496c-b05d-39c24093bfc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:49,594 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.091s
2026-05-01 09:48:49,595 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c28247d-428b-4e30-8b58-f4adb729002b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c28247d-428b-4e30-8b58-f4adb729002b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:50,672 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.065s
2026-05-01 09:48:50,673 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d625032f-3e57-4d8b-829b-f634363d5745', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d625032f-3e57-4d8b-829b-f634363d5745', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:51,740 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.052s
2026-05-01 09:48:51,740 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a7dee80-0948-4b51-8f69-22c12b685b24', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a7dee80-0948-4b51-8f69-22c12b685b24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:52,811 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:48:52,812 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba45fb7d-c269-497b-b83e-6d4bfffc01bb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba45fb7d-c269-497b-b83e-6d4bfffc01bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:53,881 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.056s
2026-05-01 09:48:53,882 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c458bcb-eebc-4684-83a5-6f85d293dcac', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c458bcb-eebc-4684-83a5-6f85d293dcac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:54,960 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.064s
2026-05-01 09:48:54,961 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc64fec7-6f98-4592-837f-4198820c0ab3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc64fec7-6f98-4592-837f-4198820c0ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:56,052 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.078s
2026-05-01 09:48:56,053 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3131c3e6-3984-44ea-97a5-e75b1ac467a5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3131c3e6-3984-44ea-97a5-e75b1ac467a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:57,389 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.323s
2026-05-01 09:48:57,389 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f91e58e-9fc7-4c21-8579-e0615f5c2566', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f91e58e-9fc7-4c21-8579-e0615f5c2566', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:58,482 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.080s
2026-05-01 09:48:58,482 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd4bc6c7-db39-4311-947b-a0303b46f6ca', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd4bc6c7-db39-4311-947b-a0303b46f6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:48:59,559 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.061s
2026-05-01 09:48:59,560 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:48:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719f127d-e0aa-4688-8289-fc29fa13afd0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719f127d-e0aa-4688-8289-fc29fa13afd0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:00,670 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.096s
2026-05-01 09:49:00,671 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5fd42eb-85c4-429d-b02c-69b234926c1a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5fd42eb-85c4-429d-b02c-69b234926c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:01,735 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.052s
2026-05-01 09:49:01,736 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682c668d-79de-4a4d-b1f6-b68874c9e02b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682c668d-79de-4a4d-b1f6-b68874c9e02b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:02,800 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.054s
2026-05-01 09:49:02,801 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d7a3ca8-8a8d-461a-be2c-8ace6345e5d1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d7a3ca8-8a8d-461a-be2c-8ace6345e5d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:03,870 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.055s
2026-05-01 09:49:03,870 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48e787f9-4546-41be-bd4d-cbd891bca5d9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48e787f9-4546-41be-bd4d-cbd891bca5d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:04,932 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.050s
2026-05-01 09:49:04,933 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4988c2fc-ca5c-4f5f-bc6b-cfa01c53fb03', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4988c2fc-ca5c-4f5f-bc6b-cfa01c53fb03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:06,004 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:49:06,004 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feac56a9-7cbb-452c-ae78-558e3f805238', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feac56a9-7cbb-452c-ae78-558e3f805238', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:07,078 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:49:07,078 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29501f86-f693-499f-a04d-0953d5d7092e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29501f86-f693-499f-a04d-0953d5d7092e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:08,155 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:49:08,156 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cbf7cdf-684f-41a4-b6eb-b9b21dd5f19b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cbf7cdf-684f-41a4-b6eb-b9b21dd5f19b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:09,364 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.196s
2026-05-01 09:49:09,365 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f239e74f-7cd6-4b19-8cd8-ec1dc1362395', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f239e74f-7cd6-4b19-8cd8-ec1dc1362395', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:10,485 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.104s
2026-05-01 09:49:10,485 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34c8d73a-8483-435e-b897-fb15c1481786', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34c8d73a-8483-435e-b897-fb15c1481786', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:11,625 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.125s
2026-05-01 09:49:11,626 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc7230b-4523-4c83-8e2b-6bd185dc6c90', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc7230b-4523-4c83-8e2b-6bd185dc6c90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:12,690 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.048s
2026-05-01 09:49:12,691 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ccbc65e-7588-4678-acc4-c641d2b95d4c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ccbc65e-7588-4678-acc4-c641d2b95d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:13,777 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.070s
2026-05-01 09:49:13,777 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09169f2d-d399-4903-a0d7-c1a445647750', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09169f2d-d399-4903-a0d7-c1a445647750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:14,850 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.061s
2026-05-01 09:49:14,850 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f059369c-9375-487a-a2bd-ba4707ad83ad', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f059369c-9375-487a-a2bd-ba4707ad83ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:15,915 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.053s
2026-05-01 09:49:15,915 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2448aa-56e5-4f55-8de4-7955096b5c64', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2448aa-56e5-4f55-8de4-7955096b5c64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:16,978 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.049s
2026-05-01 09:49:16,978 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb6e663-fec4-4753-9a6b-d7b36c564aed', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb6e663-fec4-4753-9a6b-d7b36c564aed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:18,043 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.052s
2026-05-01 09:49:18,043 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb29bee-3972-46d2-884e-5b910d270b18', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb29bee-3972-46d2-884e-5b910d270b18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:19,144 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.088s
2026-05-01 09:49:19,145 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001e9c5a-6821-4848-8775-78ed3e3dd04b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001e9c5a-6821-4848-8775-78ed3e3dd04b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:20,239 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.081s
2026-05-01 09:49:20,240 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a23ce746-7696-4134-9721-5aef877a7bb0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a23ce746-7696-4134-9721-5aef877a7bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:21,338 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.080s
2026-05-01 09:49:21,339 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa725c6-bf46-43b3-ab7e-5e6cfbff11ee', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa725c6-bf46-43b3-ab7e-5e6cfbff11ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:22,410 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.057s
2026-05-01 09:49:22,411 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d907a820-7e38-4b50-973c-55a348b00794', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d907a820-7e38-4b50-973c-55a348b00794', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:23,574 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.152s
2026-05-01 09:49:23,575 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c256c8-0e20-431b-bde9-40f59a958790', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c256c8-0e20-431b-bde9-40f59a958790', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:24,646 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.054s
2026-05-01 09:49:24,646 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19ba7725-858d-4e47-908b-b15c7849e837', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19ba7725-858d-4e47-908b-b15c7849e837', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:25,711 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.054s
2026-05-01 09:49:25,712 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ecc878-2363-40bb-b206-bf0c649b1a6f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77ecc878-2363-40bb-b206-bf0c649b1a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:26,790 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.064s
2026-05-01 09:49:26,792 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323147e9-70a1-4799-a521-3cb5abd3ae5f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323147e9-70a1-4799-a521-3cb5abd3ae5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:27,890 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.086s
2026-05-01 09:49:27,890 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fef1aba-2f29-4273-9fe9-26d441bf7d19', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fef1aba-2f29-4273-9fe9-26d441bf7d19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:28,987 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.082s
2026-05-01 09:49:28,988 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f680f52a-2ab5-4665-936a-21fc8cd3a140', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f680f52a-2ab5-4665-936a-21fc8cd3a140', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:30,092 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.089s
2026-05-01 09:49:30,093 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-423db2c8-7227-48b3-9261-3bea153ae3b3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-423db2c8-7227-48b3-9261-3bea153ae3b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:31,188 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.082s
2026-05-01 09:49:31,188 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ee053c-5072-4250-a84d-5e7f1e3770e0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ee053c-5072-4250-a84d-5e7f1e3770e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:32,322 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.116s
2026-05-01 09:49:32,322 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8033e265-f073-46f1-bc8d-e59a4c5a2e7c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8033e265-f073-46f1-bc8d-e59a4c5a2e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:33,415 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.079s
2026-05-01 09:49:33,415 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53384d69-05c2-498a-bc31-8523859db1bc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53384d69-05c2-498a-bc31-8523859db1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:34,517 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.085s
2026-05-01 09:49:34,518 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa7dba6d-ccf6-4210-afce-5446d5f08673', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa7dba6d-ccf6-4210-afce-5446d5f08673', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:35,592 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.060s
2026-05-01 09:49:35,593 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f0833d4-56b6-4034-8ef6-c630c6551f5b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f0833d4-56b6-4034-8ef6-c630c6551f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:36,676 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.069s
2026-05-01 09:49:36,677 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e292b6-ca39-413f-9ab1-f94f029437c7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e292b6-ca39-413f-9ab1-f94f029437c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:37,786 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.097s
2026-05-01 09:49:37,787 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22dc1e00-19db-4e84-9ba4-e88bee0ca24b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22dc1e00-19db-4e84-9ba4-e88bee0ca24b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:38,879 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.077s
2026-05-01 09:49:38,880 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96838dcf-49d3-4c67-873f-917d0bfe2cdf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96838dcf-49d3-4c67-873f-917d0bfe2cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:39,978 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.085s
2026-05-01 09:49:39,979 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b761664b-0a6c-4cd1-81df-52e51a6bf6ed', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b761664b-0a6c-4cd1-81df-52e51a6bf6ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:41,071 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.079s
2026-05-01 09:49:41,072 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97325ded-ae31-4398-a5d4-d340530682c4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97325ded-ae31-4398-a5d4-d340530682c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:42,176 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.093s
2026-05-01 09:49:42,177 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f65b9781-e96b-4fee-af0f-ccb5ab49c49b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f65b9781-e96b-4fee-af0f-ccb5ab49c49b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:43,276 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.084s
2026-05-01 09:49:43,277 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32165f43-e22c-4451-8880-eddfb956a8dd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32165f43-e22c-4451-8880-eddfb956a8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:44,349 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.059s
2026-05-01 09:49:44,350 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-029122e9-fa81-416e-a10d-eb95b54fb46e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029122e9-fa81-416e-a10d-eb95b54fb46e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:45,441 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.079s
2026-05-01 09:49:45,442 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8343161-51e3-4ba8-9ede-bdce7c65e94d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8343161-51e3-4ba8-9ede-bdce7c65e94d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:46,530 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.075s
2026-05-01 09:49:46,531 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a74440-b63d-499c-ac5d-b935793dd067', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a74440-b63d-499c-ac5d-b935793dd067', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:47,618 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.074s
2026-05-01 09:49:47,619 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d6407f-492a-4f40-b20d-5060f3bade5a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d6407f-492a-4f40-b20d-5060f3bade5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:48,692 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.060s
2026-05-01 09:49:48,694 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6682e4a-e860-4d78-8ff6-54c609c29380', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6682e4a-e860-4d78-8ff6-54c609c29380', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:49,794 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.085s
2026-05-01 09:49:49,794 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da0d24b-0354-40eb-b2af-ace75ecef79d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da0d24b-0354-40eb-b2af-ace75ecef79d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:50,874 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.065s
2026-05-01 09:49:50,874 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c72c8d1-7a22-48c6-8a77-ec85a04381d4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c72c8d1-7a22-48c6-8a77-ec85a04381d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:51,949 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.061s
2026-05-01 09:49:51,950 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9723a0c-ad93-48fc-b3ba-d6f8237ae715', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9723a0c-ad93-48fc-b3ba-d6f8237ae715', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:53,053 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.089s
2026-05-01 09:49:53,054 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae44654-01c1-4822-bddc-8ea4c4896ec7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae44654-01c1-4822-bddc-8ea4c4896ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:54,149 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.082s
2026-05-01 09:49:54,149 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-240b2dd9-e778-4f4a-a62d-5f9b4bbfe163', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-240b2dd9-e778-4f4a-a62d-5f9b4bbfe163', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:55,248 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.085s
2026-05-01 09:49:55,248 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f0b3b6b-fe7c-4f6b-870a-c83a55f027f5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f0b3b6b-fe7c-4f6b-870a-c83a55f027f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:56,337 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.077s
2026-05-01 09:49:56,338 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55faac8-b569-49a6-886f-beeac9565a62', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55faac8-b569-49a6-886f-beeac9565a62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:57,419 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.067s
2026-05-01 09:49:57,419 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a5a39c-47d7-4802-b64e-7809b3416075', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a5a39c-47d7-4802-b64e-7809b3416075', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:58,526 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.092s
2026-05-01 09:49:58,526 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f89a506-9fed-4fb8-9982-08a86ba77182', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f89a506-9fed-4fb8-9982-08a86ba77182', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:49:59,595 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.058s
2026-05-01 09:49:59,595 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:49:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf89185-01df-4fc5-89d2-781c95fd1261', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf89185-01df-4fc5-89d2-781c95fd1261', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:00,664 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.055s
2026-05-01 09:50:00,664 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c60cbfa-6344-43bf-ae5b-895163b00914', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c60cbfa-6344-43bf-ae5b-895163b00914', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:01,766 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.090s
2026-05-01 09:50:01,767 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73dade0-392c-4ac4-a320-3abf106392f8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73dade0-392c-4ac4-a320-3abf106392f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:02,919 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.136s
2026-05-01 09:50:02,920 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ad3f09-dac9-403a-b60b-b17361f50620', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ad3f09-dac9-403a-b60b-b17361f50620', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:04,005 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.074s
2026-05-01 09:50:04,006 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21108bc-87c9-4f65-9129-8efe626e9ce0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21108bc-87c9-4f65-9129-8efe626e9ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:05,095 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.075s
2026-05-01 09:50:05,097 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01deedf8-b16a-4b77-b8f4-f7be3da14b71', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01deedf8-b16a-4b77-b8f4-f7be3da14b71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:06,192 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.083s
2026-05-01 09:50:06,192 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5321adfc-7fd8-44b9-a3a2-bc2b5614f2dd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5321adfc-7fd8-44b9-a3a2-bc2b5614f2dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:07,283 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.080s
2026-05-01 09:50:07,284 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7505de-7ba2-4067-9d73-77e6b5f01bc8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7505de-7ba2-4067-9d73-77e6b5f01bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:08,370 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.072s
2026-05-01 09:50:08,370 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8bb59da-7c7b-4381-b103-3cce572dd716', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8bb59da-7c7b-4381-b103-3cce572dd716', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:09,442 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.061s
2026-05-01 09:50:09,442 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba617cc5-7d5f-4c27-b1b1-a3969d5a48f0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba617cc5-7d5f-4c27-b1b1-a3969d5a48f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:10,512 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.055s
2026-05-01 09:50:10,512 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64430a28-aaad-4a51-bf0e-fc3bc623ddcc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64430a28-aaad-4a51-bf0e-fc3bc623ddcc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:11,592 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.069s
2026-05-01 09:50:11,593 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf4916d-f07b-4c9b-a79d-af7bfb1e8f1e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf4916d-f07b-4c9b-a79d-af7bfb1e8f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:12,679 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.072s
2026-05-01 09:50:12,680 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb405a20-0a74-421f-85c9-42133c1fb53d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb405a20-0a74-421f-85c9-42133c1fb53d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:13,773 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.078s
2026-05-01 09:50:13,774 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e744ae02-a754-45c3-8ff7-e5ec301cc7d4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e744ae02-a754-45c3-8ff7-e5ec301cc7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:14,836 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.050s
2026-05-01 09:50:14,836 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67ed732-8cc5-41b7-9710-511f7446c44e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67ed732-8cc5-41b7-9710-511f7446c44e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:15,928 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.080s
2026-05-01 09:50:15,929 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb58ae0e-56d5-460f-87f6-89b6c1099e9d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb58ae0e-56d5-460f-87f6-89b6c1099e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:17,004 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.060s
2026-05-01 09:50:17,004 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69fe960-f192-47ea-b6e0-04965cb4b4b3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69fe960-f192-47ea-b6e0-04965cb4b4b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:18,095 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178 0.078s
2026-05-01 09:50:18,096 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b7c49cd-3b2d-4780-b76a-0286e688d27e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b7c49cd-3b2d-4780-b76a-0286e688d27e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178'}
Body: b'{"volume": {"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-01T07:42:35.000000", "updated_at": "2026-05-01T07:43:36.000000", "name": "tempest-ServerActionsTestOtherA-volume-1349512878", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.116/volume/v3/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}, {"rel": "bookmark", "href": "http://192.168.122.116/volume/volumes/86c5313a-26f6-4aff-85fb-5d26daf2c178"}], "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "attachment_id": "3ff91b6b-35fb-4818-ad51-d95698e4cc73", "volume_id": "86c5313a-26f6-4aff-85fb-5d26daf2c178", "server_id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-01T07:43:35.000000"}], "os-vol-tenant-attr:tenant_id": "8919b9e6b04b47cbb48b7575efec990b"}}'
2026-05-01 09:50:18,349 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 0.239s
2026-05-01 09:50:18,350 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41109757-3ba9-4057-874c-eb4e2ef06f50', 'x-compute-request-id': 'req-41109757-3ba9-4057-874c-eb4e2ef06f50', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b''
2026-05-01 09:50:19,438 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 1.088s
2026-05-01 09:50:19,439 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1821', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1c859d3-b83e-4b82-8828-754b88b80d23', 'x-compute-request-id': 'req-f1c859d3-b83e-4b82-8828-754b88b80d23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "ERROR", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:50:18Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-01T07:43:42Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:50:23,338 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 2.883s
2026-05-01 09:50:23,338 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1821', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50260356-bacc-4519-811c-a479aa789aa9', 'x-compute-request-id': 'req-50260356-bacc-4519-811c-a479aa789aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-1062874111-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:aa:09"}]}, "created": "2026-05-01T07:42:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/flavors/42"}]}, "hostId": "7f561866e500cca7a6292ee122d51b1625277a2bb4981101b171daf4", "id": "7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7", "image": {"id": "92c883ef-12b7-4110-a901-70f6ab38da18", "links": [{"rel": "bookmark", "href": "http://192.168.122.116/compute/images/92c883ef-12b7-4110-a901-70f6ab38da18"}]}, "links": [{"rel": "self", "href": "http://192.168.122.116/compute/v2.1/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}, {"rel": "bookmark", "href": "http://192.168.122.116/compute/servers/7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-1987983819", "status": "ERROR", "tenant_id": "8919b9e6b04b47cbb48b7575efec990b", "user_id": "cb0cfcd8298e4159bd3643c1c5c0dc79", "updated": "2026-05-01T07:50:20Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-01T07:43:42Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1985420891", "OS-SRV-USG:launched_at": "2026-05-01T07:42:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--155010728"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "86c5313a-26f6-4aff-85fb-5d26daf2c178"}]}}'
2026-05-01 09:50:23,862 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://192.168.122.116/compute/v2.1/os-keypairs/tempest-keypair-1985420891 0.506s
2026-05-01 09:50:23,862 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:23 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-f749281c-cffc-4589-9310-df458c024110', 'x-compute-request-id': 'req-f749281c-cffc-4589-9310-df458c024110', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.116/compute/v2.1/os-keypairs/tempest-keypair-1985420891'}
Body: b''
2026-05-01 09:50:24,329 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.116/networking/v2.0/security-groups/57b685b5-5bf7-4eac-954f-fb2482f8c203 0.466s
2026-05-01 09:50:24,329 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b308a6cd-9cab-4f9a-b596-92ccbb04cdc7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.116/networking/v2.0/security-groups/57b685b5-5bf7-4eac-954f-fb2482f8c203'}
Body: b''
2026-05-01 09:50:24,399 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://192.168.122.116/networking/v2.0/security-groups/57b685b5-5bf7-4eac-954f-fb2482f8c203 0.068s
2026-05-01 09:50:24,400 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-838a2d36-ea70-4b63-8ea2-277257ff8414', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.116/networking/v2.0/security-groups/57b685b5-5bf7-4eac-954f-fb2482f8c203'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 57b685b5-5bf7-4eac-954f-fb2482f8c203 does not exist", "detail": ""}}'
2026-05-01 09:50:25,255 84240 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.116/networking/v2.0/floatingips/0f4a8d98-e3ca-4d60-81ab-f2a97d590227 0.852s
2026-05-01 09:50:25,255 84240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 01 May 2026 07:50:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-18558e3c-c188-43d7-bbee-d2f8ab112814', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.116/networking/v2.0/floatingips/0f4a8d98-e3ca-4d60-81ab-f2a97d590227'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 606, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 496, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 while it is in vm_state error"}
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 480, in wait_for_volume_attachment_remove_from_server
console_output = client.get_console_output(server_id)['output']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 700, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 241, in action
resp, body = self.post('servers/%s/action' % server_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
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 877, in _error_checker
raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Instance 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 could not be found.'}
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: volume 86c5313a-26f6-4aff-85fb-5d26daf2c178 failed to reach available status (current in-use) within the required time (196 s).
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
raise lib_exc.DeleteErrorException(details, server_id=server_id)
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-01T07:43:42Z', 'message': 'libvirtError'}.
}}}
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/api/compute/servers/test_server_actions.py", line 498, in test_rebuild_server_with_volume_attached
self._test_rebuild_server(
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 146, in _test_rebuild_server
waiters.wait_for_server_status(self.servers_client,
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 7d10bff3-e17b-4b6d-afd7-adcfe5e3f3d7 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-01T07:43:42Z', 'message': 'libvirtError'}.
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt3.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]
|
||||||
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt3.2: 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.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.2: 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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.2: 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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.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]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.2: 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_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.1: 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
pt7.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.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
pt7.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt8.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_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt8.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt9.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
pt9.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt9.3: 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
pt9.4: 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.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt10.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt10.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectReaderTests33) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests33) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectReaderTests39) |
skip
pt15.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests39) |
skip
pt15.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests33) |
skip
pt15.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectMemberTests39) |
skip
pt15.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt25.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt25.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt26.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
pt27.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
pt28.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
pt29.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
pt30.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt31.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt33.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt33.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt34.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt35.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt36.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt37.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt38.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt39.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt39.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt40.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt42.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt43.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt44.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
pt45.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt46.1: 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
pt47.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt48.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,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
pt49.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
pt49.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
pt50.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
pt50.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt51.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt51.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt52.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
pt52.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
pt52.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
pt53.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt54.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt55.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt55.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt55.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt55.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt55.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt55.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt56.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt56.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt56.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt56.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt56.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt56.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt56.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt56.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt57.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt57.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt58.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt58.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt58.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt59.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt60.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt61.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt61.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt62.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt62.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt63.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt64.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt65.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt65.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt65.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt65.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt65.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt65.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt65.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt66.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt66.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt66.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt66.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt66.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt66.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt67.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt67.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt68.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt68.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt69.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt69.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt70.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt70.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt71.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt71.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt71.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt71.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt71.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt71.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt71.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt72.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt72.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt72.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt73.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt74.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt74.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt74.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt74.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt74.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt75.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt75.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt75.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt75.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt75.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt76.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt76.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt77.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt77.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt78.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt78.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt78.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt78.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt79.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt79.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt79.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt80.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt80.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt80.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt80.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt80.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt80.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt80.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt80.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt80.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt80.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt80.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt81.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt81.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt81.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt81.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt81.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt81.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt82.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt82.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt82.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt82.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt82.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt82.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt83.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
pt84.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
pt85.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt96.1: 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
pt97.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.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt98.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
pt98.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
pt99.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
pt99.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
pt99.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
pt100.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt103.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt103.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt103.3: 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
pt103.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt106.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt107.1: 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
pt108.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
pt109.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
pt110.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt111.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 316 | 258 | 2 | 0 | 56 | ||