Status: Pass 247 Failure 1 Skip 62
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| 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
ft1.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-06-18 14:25:51,697 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://192.168.122.143/compute/v2.1/servers/af78779f-cef1-4738-981c-e1784aa68938 0.434s
2026-06-18 14:25:51,697 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:51 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-be82ad99-a068-4fb4-8178-40879ae3785f', 'x-compute-request-id': 'req-be82ad99-a068-4fb4-8178-40879ae3785f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/af78779f-cef1-4738-981c-e1784aa68938'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5a:f8"}, {"version": 4, "addr": "172.24.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5a:f8"}]}, "created": "2026-06-18T12:25:08Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "af78779f-cef1-4738-981c-e1784aa68938", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/af78779f-cef1-4738-981c-e1784aa68938"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/af78779f-cef1-4738-981c-e1784aa68938"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-594433504", "status": "ACTIVE", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:25:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1174957423", "OS-SRV-USG:launched_at": "2026-06-18T12:25:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1915048465"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:25:52,123 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.143/volume/v3/volumes 0.411s
2026-06-18 14:25:52,123 91964 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-1372653690"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c3c435-e283-40df-b4a9-ecbd7881afdb', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c3c435-e283-40df-b4a9-ecbd7881afdb', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.143/volume/v3/volumes'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:51.986105", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 14:25:52,296 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://192.168.122.143/identity/v3/auth/tokens 0.156s
2026-06-18 14:25:52,297 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d92ea4e0-2a3f-4fca-a1e3-fd7c41a946f5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.143/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9471794f470a45c09b425285776de344", "name": "tempest-ServerActionsTestOtherA-1056758466-project-member", "password_expires_at": null}, "audit_ids": ["Ee9sH0MgS9WSGcWF7Ji3Uw"], "expires_at": "2026-06-18T13:25:52.000000Z", "issued_at": "2026-06-18T12:25:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "704bac44a33b4cbe9864d5a1deb2efcb", "name": "tempest-ServerActionsTestOtherA-1056758466"}, "is_domain": false, "roles": [{"id": "28f2ff1e27e446bc955bf0eaa29d879d", "name": "member"}, {"id": "fc932b505f114c5da0e008b60719bb52", "name": "reader"}], "catalog": [{"endpoints": [{"id": "adbe7dab5e074547a1d9a61bda30ec2e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/compute/v2/704bac44a33b4cbe9864d5a1deb2efcb", "region": "RegionOne"}], "id": "25a2f255ee784abeab03c827d874ff93", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "28e4aa14705c47208a7f22cf4f98df3f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/networking", "region": "RegionOne"}], "id": "32eefb8cec78465cbe0d1afe0dda2b6f", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a8cffec78455437cbe604ea23b22690f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/volume/v3", "region": "RegionOne"}], "id": "3d9eb9d23b2a4289ab64f56682aa83c4", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "67670b0e338c4cb4a7fe3c29b168b8cb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/placement", "region": "RegionOne"}], "id": "596e14c1d508457bbc9b41ceb82fe2b5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "cd1cbdd8c013420c8ba8161e9428ffb0", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/image", "region": "RegionOne"}], "id": "8794be8c99b94a6d82028d4bdf91d554", "type": "image", "name": "glance"}, {"endpoints": [{"id": "495f354ea82945e9a18b06a63d3739ff", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/compute/v2.1", "region": "RegionOne"}], "id": "b716e398052e4d268d6827a875c55a0b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "ae16a6e407504fb8abc90b4a0ca86f76", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.143/identity", "region": "RegionOne"}], "id": "de4ac5b30eba4ece9d7af351a9b4e46d", "type": "identity", "name": "keystone"}]}}'
2026-06-18 14:25:52,297 91964 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '342697fc-e2d8-4c50-87da-9a22ddcf6c00', 'name': 'tempest-ServerActionsTestOtherA-506919121-network', 'tenant_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'project_id': '704bac44a33b4cbe9864d5a1deb2efcb', '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': 7276, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-18T12:24:48Z', 'updated_at': '2026-06-18T12:24:49Z', 'revision_number': 1} available for tenant
2026-06-18 14:25:52,298 91964 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-18 14:25:52,298 91964 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-18 14:25:52,429 91964 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.143/compute/v2.1/os-keypairs 0.129s
2026-06-18 14:25:52,429 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-610679384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIPJ+PqdLtX196IFVV7DvSdkIEwNUz20NFxdXfWvhsk/XCOYLow3YqsR6BOUXJx1FEZDi4i5rCK8KHafge4qoxqEF8538nrt8spTBTHfYEJXlXXv+rDrlmSAH5Bzp2nmfw=="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa4bb022-82bc-4d9e-854d-ac565a07b4e9', 'x-compute-request-id': 'req-aa4bb022-82bc-4d9e-854d-ac565a07b4e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-610679384", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIPJ+PqdLtX196IFVV7DvSdkIEwNUz20NFxdXfWvhsk/XCOYLow3YqsR6BOUXJx1FEZDi4i5rCK8KHafge4qoxqEF8538nrt8spTBTHfYEJXlXXv+rDrlmSAH5Bzp2nmfw==", "fingerprint": "85:b5:97:25:78:e5:22:2b:bb:c9:dd:63:f4:38:fa:a4", "user_id": "9471794f470a45c09b425285776de344"}}'
2026-06-18 14:25:52,434 91964 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-610679384 created
2026-06-18 14:25:52,957 91964 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.143/networking/v2.0/security-groups 0.522s
2026-06-18 14:25:52,960 91964 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--974631520", "description": "tempest-description--441558897"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-06f3bb62-81a6-4657-8766-293802d431ca', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.143/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "name": "tempest-securitygroup--974631520", "stateful": true, "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "description": "tempest-description--441558897", "shared": false, "security_group_rules": [{"id": "4a0acf80-e62e-4103-ae0b-6f9cf593e37a", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "security_group_id": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "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": 239, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T12:25:52Z", "updated_at": "2026-06-18T12:25:52Z", "revision_number": 0, "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}, {"id": "6baaf18a-3c6e-4234-b330-5ca486abfdf4", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "security_group_id": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "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": 238, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T12:25:52Z", "updated_at": "2026-06-18T12:25:52Z", "revision_number": 0, "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}], "tags": [], "created_at": "2026-06-18T12:25:52Z", "updated_at": "2026-06-18T12:25:52Z", "revision_number": 1}}'
2026-06-18 14:25:53,400 91964 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.143/networking/v2.0/security-group-rules 0.438s
2026-06-18 14:25:53,400 91964 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": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c00d7cae-b893-4757-afbc-a33663a904df', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.143/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f0ede183-c094-4a40-9754-88c6eb7e62d0", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "security_group_id": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T12:25:53Z", "updated_at": "2026-06-18T12:25:53Z", "revision_number": 0, "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:25:53,743 91964 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.143/networking/v2.0/security-group-rules 0.342s
2026-06-18 14:25:53,745 91964 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": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bebc2593-c8eb-49e2-b28f-da0f3652b59e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.143/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "650f3800-09c2-47f4-b1c5-883d927cc246", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "security_group_id": "ce8cdc12-2c98-42ec-b79c-fed919d45158", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T12:25:53Z", "updated_at": "2026-06-18T12:25:53Z", "revision_number": 0, "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:25:53,745 91964 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--974631520 created
2026-06-18 14:25:54,990 91964 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.143/networking/v2.0/floatingips 1.244s
2026-06-18 14:25:54,991 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "828d9a1b-e715-40b8-ba17-ba9791049d57"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d971e04e-dd96-4d0b-a072-f206f21a3ea2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.143/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "268129a9-a74e-4cd5-ad02-87bc3c8a213c", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "floating_ip_address": "172.24.4.216", "floating_network_id": "828d9a1b-e715-40b8-ba17-ba9791049d57", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T12:25:54Z", "updated_at": "2026-06-18T12:25:54Z", "revision_number": 0}}'
2026-06-18 14:25:54,992 91964 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '268129a9-a74e-4cd5-ad02-87bc3c8a213c', 'tenant_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'project_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '828d9a1b-e715-40b8-ba17-ba9791049d57', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T12:25:54Z', 'updated_at': '2026-06-18T12:25:54Z', 'revision_number': 0, 'ip': '172.24.4.216'} created
2026-06-18 14:25:54,993 91964 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-610679384', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIPJ+PqdLtX196IFVV7DvSdkIEwNUz20NFxdXfWvhsk/XCOYLow3YqsR6BOUXJx1FEZDi4i5rCK8KHafge4qoxqEF8538nrt8spTBTHfYEJXlXXv+rDrlmSAH5Bzp2nmfw==', 'fingerprint': '85:b5:97:25:78:e5:22:2b:bb:c9:dd:63:f4:38:fa:a4', 'user_id': '9471794f470a45c09b425285776de344', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBF3s3ppLFDLKQ5U1Wu9OC0wfAiLPM9JT57HzUOFB3QJk9y9hRMhqTm\n+HuB2I+JvO2gBwYFK4EEACKhZANiAASDyfj6nS7V9feiBVVew70nZCBMDVM9tDRc\nXV31r4bJP1wjmC6MN2KrEegTlFycdRRGQ4uIuawivCh2n4HuKqMahBfOd/J67fLK\nUwUx32BCV5V17/qw65ZkgB+Qc6dp5n8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ce8cdc12-2c98-42ec-b79c-fed919d45158', 'name': 'tempest-securitygroup--974631520', 'stateful': True, 'tenant_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'project_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'description': 'tempest-description--441558897', 'shared': False, 'security_group_rules': [{'id': '4a0acf80-e62e-4103-ae0b-6f9cf593e37a', 'project_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'security_group_id': 'ce8cdc12-2c98-42ec-b79c-fed919d45158', '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': 239, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T12:25:52Z', 'updated_at': '2026-06-18T12:25:52Z', 'revision_number': 0, 'tenant_id': '704bac44a33b4cbe9864d5a1deb2efcb'}, {'id': '6baaf18a-3c6e-4234-b330-5ca486abfdf4', 'project_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'security_group_id': 'ce8cdc12-2c98-42ec-b79c-fed919d45158', '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': 238, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T12:25:52Z', 'updated_at': '2026-06-18T12:25:52Z', 'revision_number': 0, 'tenant_id': '704bac44a33b4cbe9864d5a1deb2efcb'}], 'tags': [], 'created_at': '2026-06-18T12:25:52Z', 'updated_at': '2026-06-18T12:25:52Z', 'revision_number': 1}, 'floating_ip': {'id': '268129a9-a74e-4cd5-ad02-87bc3c8a213c', 'tenant_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'project_id': '704bac44a33b4cbe9864d5a1deb2efcb', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '828d9a1b-e715-40b8-ba17-ba9791049d57', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T12:25:54Z', 'updated_at': '2026-06-18T12:25:54Z', 'revision_number': 0, 'ip': '172.24.4.216'}}
2026-06-18 14:25:57,206 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.143/compute/v2.1/servers 2.212s
2026-06-18 14:25:57,208 91964 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-1280740964", "imageRef": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "flavorRef": "42", "networks": [{"uuid": "342697fc-e2d8-4c50-87da-9a22ddcf6c00"}], "security_groups": [{"name": "tempest-securitygroup--974631520"}], "key_name": "tempest-keypair-610679384", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7e44f7b-f7c4-4bf0-86d9-83f51e4bf778', 'x-compute-request-id': 'req-c7e44f7b-f7c4-4bf0-86d9-83f51e4bf778', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.143/compute/v2.1/servers'}
Body: b'{"server": {"id": "8fc7adef-75df-4220-a359-33cebc6ed739", "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--974631520"}], "adminPass": "z5NL2iYqTLA2"}}'
2026-06-18 14:25:57,522 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.311s
2026-06-18 14:25:57,523 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:57 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-477e4b61-a2dd-4ffa-87ec-785bf5da9e9c', 'x-compute-request-id': 'req-477e4b61-a2dd-4ffa-87ec-785bf5da9e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:25:57Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:25:58,688 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.148s
2026-06-18 14:25:58,688 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:58 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-159f5f2c-f442-4034-9970-f2d598b5551d', 'x-compute-request-id': 'req-159f5f2c-f442-4034-9970-f2d598b5551d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:25:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:25:59,835 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.129s
2026-06-18 14:25:59,835 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:25:59 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-2993d534-665c-4d45-8e4b-a792bdca0a92', 'x-compute-request-id': 'req-2993d534-665c-4d45-8e4b-a792bdca0a92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:25:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:25:59,849 91964 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-18 14:26:01,111 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.261s
2026-06-18 14:26:01,112 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:00 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-80fa2d0c-c761-42ff-82fa-e61a7827f700', 'x-compute-request-id': 'req-80fa2d0c-c761-42ff-82fa-e61a7827f700', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:25:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:02,969 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.842s
2026-06-18 14:26:02,970 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:02 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-9a6db36a-5cac-4ac2-8f3f-9ffac7bc80e8', 'x-compute-request-id': 'req-9a6db36a-5cac-4ac2-8f3f-9ffac7bc80e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:02,983 91964 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-18 14:26:05,407 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 1.421s
2026-06-18 14:26:05,407 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:03 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-c0331721-080d-41d1-a383-f31193d81061', 'x-compute-request-id': 'req-c0331721-080d-41d1-a383-f31193d81061', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:05,421 91964 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-06-18 14:26:06,871 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.448s
2026-06-18 14:26:06,871 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:06 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-4cffd9de-10e9-4b7f-87d8-7e56a6f1664c', 'x-compute-request-id': 'req-4cffd9de-10e9-4b7f-87d8-7e56a6f1664c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:08,391 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.506s
2026-06-18 14:26:08,391 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:07 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-52701440-da10-4844-a5bb-a95724c3b370', 'x-compute-request-id': 'req-52701440-da10-4844-a5bb-a95724c3b370', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:10,153 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.744s
2026-06-18 14:26:10,153 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:09 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-d75bfb35-3a94-4682-bc48-a1fc5475d5f7', 'x-compute-request-id': 'req-d75bfb35-3a94-4682-bc48-a1fc5475d5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:13,285 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 2.117s
2026-06-18 14:26:13,286 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:11 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-7e441dac-69ef-40b1-986f-2e8e24031091', 'x-compute-request-id': 'req-7e441dac-69ef-40b1-986f-2e8e24031091', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "BUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:14,806 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.502s
2026-06-18 14:26:14,806 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:14 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-6c7a9049-53b3-4d09-a47e-c9e398e434ba', 'x-compute-request-id': 'req-6c7a9049-53b3-4d09-a47e-c9e398e434ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "ACTIVE", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:14,823 91964 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-06-18 14:26:15,059 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-interface 0.234s
2026-06-18 14:26:15,059 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cb7fabc-4f04-4877-9593-dee26d64b0eb', 'x-compute-request-id': 'req-1cb7fabc-4f04-4877-9593-dee26d64b0eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "342697fc-e2d8-4c50-87da-9a22ddcf6c00", "port_id": "f716b1c9-b0aa-4a3d-b149-a055ab4df21f", "mac_addr": "fa:16:3e:f7:75:01", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3eec0d8d-4c31-41b8-ad46-863b6be6cc88", "ip_address": "10.0.0.10"}]}]}'
2026-06-18 14:26:17,169 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://192.168.122.143/networking/v2.0/floatingips/268129a9-a74e-4cd5-ad02-87bc3c8a213c 2.105s
2026-06-18 14:26:17,169 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "f716b1c9-b0aa-4a3d-b149-a055ab4df21f"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ae7fd8e4-12e8-4883-8fc7-7ae954a3241d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/networking/v2.0/floatingips/268129a9-a74e-4cd5-ad02-87bc3c8a213c'}
Body: b'{"floatingip": {"id": "268129a9-a74e-4cd5-ad02-87bc3c8a213c", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "project_id": "704bac44a33b4cbe9864d5a1deb2efcb", "floating_ip_address": "172.24.4.216", "floating_network_id": "828d9a1b-e715-40b8-ba17-ba9791049d57", "router_id": "30629c7c-9bde-4557-9b60-fa1ab74d6a7d", "port_id": "f716b1c9-b0aa-4a3d-b149-a055ab4df21f", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "342697fc-e2d8-4c50-87da-9a22ddcf6c00", "mac_address": "fa:16:3e:f7:75:01", "admin_state_up": true, "status": "ACTIVE", "device_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T12:25:54Z", "updated_at": "2026-06-18T12:26:15Z", "revision_number": 1}}'
2026-06-18 14:26:17,171 91964 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication
2026-06-18 14:26:36,479 91964 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-18 14:26:36,550 91964 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-18 14:26:36,551 91964 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created
2026-06-18 14:26:37,223 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.670s
2026-06-18 14:26:37,224 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6e0c7c5-6215-456d-a3bf-92d9622dff1d', 'x-compute-request-id': 'req-a6e0c7c5-6215-456d-a3bf-92d9622dff1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "ACTIVE", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:26:37,427 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.185s
2026-06-18 14:26:37,429 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b21fe2b-54dc-42df-bef9-98ff8c42ca64', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b21fe2b-54dc-42df-bef9-98ff8c42ca64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:25:55.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:37,451 91964 INFO [tempest.common.waiters] volume 3bf88dee-2c59-4ca0-a30a-aa60d7459597 reached available after waiting for 0.451579 seconds
2026-06-18 14:26:40,173 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 POST http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 2.721s
2026-06-18 14:26:40,173 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:37 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-4a70c986-6113-403f-9711-1168423ca742', 'x-compute-request-id': 'req-4a70c986-6113-403f-9711-1168423ca742', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "device": "/dev/vdb"}}'
2026-06-18 14:26:40,249 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.070s
2026-06-18 14:26:40,250 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf8692f6-093b-47f3-8644-a411f6976822', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf8692f6-093b-47f3-8644-a411f6976822', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:40.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:41,390 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.123s
2026-06-18 14:26:41,390 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d02807-6bb9-48c5-89a4-8d8974bbf9e2', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d02807-6bb9-48c5-89a4-8d8974bbf9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:40.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:42,484 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.077s
2026-06-18 14:26:42,484 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-892a5e36-7376-4398-ab58-f16069a87e85', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-892a5e36-7376-4398-ab58-f16069a87e85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:42.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:43,558 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:26:43,558 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c9de6c-46c2-408a-8c12-1d8ca287c9fb', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c9de6c-46c2-408a-8c12-1d8ca287c9fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:42.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:44,626 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.055s
2026-06-18 14:26:44,627 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-392a23c7-a8bf-44f0-b495-0e06e6b04079', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-392a23c7-a8bf-44f0-b495-0e06e6b04079', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:42.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:45,724 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.084s
2026-06-18 14:26:45,726 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac0af758-cbc0-49c1-ad68-6f61a90afe4a', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0af758-cbc0-49c1-ad68-6f61a90afe4a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:42.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:46,833 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.093s
2026-06-18 14:26:46,834 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6522b735-ef58-4f6d-8eb9-fabd9c5609f5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6522b735-ef58-4f6d-8eb9-fabd9c5609f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "7dc14399-e1bc-4320-89ac-21cadfdb68e5", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:42.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:46,847 91964 INFO [tempest.common.waiters] Attachment 7dc14399-e1bc-4320-89ac-21cadfdb68e5 created for volume 3bf88dee-2c59-4ca0-a30a-aa60d7459597 to server 8fc7adef-75df-4220-a359-33cebc6ed739 after waiting for 6.847445 seconds
2026-06-18 14:26:46,933 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.085s
2026-06-18 14:26:46,934 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81a4565-ef40-421f-9892-f4750e74ec36', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81a4565-ef40-421f-9892-f4750e74ec36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "7dc14399-e1bc-4320-89ac-21cadfdb68e5", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:42.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:26:46,950 91964 INFO [tempest.common.waiters] volume 3bf88dee-2c59-4ca0-a30a-aa60d7459597 reached in-use after waiting for 0.950731 seconds
2026-06-18 14:26:47,347 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.396s
2026-06-18 14:26:47,347 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0e96460-64f8-48c0-9f60-5b9b2ded4ba4', 'x-compute-request-id': 'req-e0e96460-64f8-48c0-9f60-5b9b2ded4ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {}, "name": "tempest-tempest.common.compute-instance-1280740964", "status": "ACTIVE", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:48,267 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/action 0.902s
2026-06-18 14:26:48,267 91964 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-269871402", "metadata": {"rebuild": "server"}, "adminPass": "rebuildPassw0rd", "imageRef": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1183', 'location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad6eb84f-3447-46e7-bcda-50533bb8b323', 'x-compute-request-id': 'req-ad6eb84f-3447-46e7-bcda-50533bb8b323', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/action'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10"}, {"version": 4, "addr": "172.24.4.216"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "adminPass": "rebuildPassw0rd"}}'
2026-06-18 14:26:48,620 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.342s
2026-06-18 14:26:48,620 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3344113c-dcb9-4a85-9a72-44d2ec41d4b1', 'x-compute-request-id': 'req-3344113c-dcb9-4a85-9a72-44d2ec41d4b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:49,894 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.257s
2026-06-18 14:26:49,895 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-283f3f29-be6d-4fb6-87e4-6bad314c8a4f', 'x-compute-request-id': 'req-283f3f29-be6d-4fb6-87e4-6bad314c8a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:51,300 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.386s
2026-06-18 14:26:51,301 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f1f6d4b-3447-4fe7-8cc3-4bb5256e1c41', 'x-compute-request-id': 'req-4f1f6d4b-3447-4fe7-8cc3-4bb5256e1c41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:52,592 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.278s
2026-06-18 14:26:52,593 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-221bd64d-1915-41cc-8406-a6dbcc97d1f4', 'x-compute-request-id': 'req-221bd64d-1915-41cc-8406-a6dbcc97d1f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "rebuilding", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:54,072 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.467s
2026-06-18 14:26:54,072 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1772', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88dcf471-b896-4287-9285-b08e50c7a715', 'x-compute-request-id': 'req-88dcf471-b896-4287-9285-b08e50c7a715', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:54,088 91964 INFO [tempest.common.waiters] State transition "REBUILD/rebuilding" ==> "REBUILD/rebuild_block_device_mapping" after 6 second wait
2026-06-18 14:26:55,476 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.386s
2026-06-18 14:26:55,476 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1772', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9f39d65-eef9-4121-afe4-c424aa2b25fa', 'x-compute-request-id': 'req-e9f39d65-eef9-4121-afe4-c424aa2b25fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:56,866 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.375s
2026-06-18 14:26:56,867 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:56 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-bf8fb4bc-ea10-4226-8e41-b057cea60596', 'x-compute-request-id': 'req-bf8fb4bc-ea10-4226-8e41-b057cea60596', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:56,885 91964 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_block_device_mapping" ==> "REBUILD/rebuild_spawning" after 8 second wait
2026-06-18 14:26:58,244 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.357s
2026-06-18 14:26:58,244 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:57 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-c3651728-a394-4a08-8116-635f0f72a00e', 'x-compute-request-id': 'req-c3651728-a394-4a08-8116-635f0f72a00e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:26:59,494 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.237s
2026-06-18 14:26:59,495 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:26:59 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-0fa5d0f1-c9d7-4a85-8f47-a93ccd4ec932', 'x-compute-request-id': 'req-0fa5d0f1-c9d7-4a85-8f47-a93ccd4ec932', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:27:00,766 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.259s
2026-06-18 14:27:00,766 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27:00 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-7ada4a1a-d1b8-4997-aeff-cdd020ef4e8d', 'x-compute-request-id': 'req-7ada4a1a-d1b8-4997-aeff-cdd020ef4e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:26:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:27:02,120 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.340s
2026-06-18 14:27:02,120 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1759', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf331536-d8d8-4f05-9285-fd84cf68de01', 'x-compute-request-id': 'req-bf331536-d8d8-4f05-9285-fd84cf68de01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "REBUILD", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:27:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "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": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:27:03,453 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.318s
2026-06-18 14:27:03,453 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1814', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee317a45-a3ef-429d-80d7-2c786028cbd3', 'x-compute-request-id': 'req-ee317a45-a3ef-429d-80d7-2c786028cbd3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "ERROR", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:27:03Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T12:27:02Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:27:03,465 91964 INFO [tempest.common.waiters] State transition "REBUILD/rebuild_spawning" ==> "ERROR/None" after 15 second wait
2026-06-18 14:27:04,028 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://192.168.122.143/compute/v2.1/servers/af78779f-cef1-4738-981c-e1784aa68938 0.561s
2026-06-18 14:27:04,029 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27:03 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-16cf08d8-2d59-406e-86a2-643383332362', 'x-compute-request-id': 'req-16cf08d8-2d59-406e-86a2-643383332362', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/af78779f-cef1-4738-981c-e1784aa68938'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5a:f8"}, {"version": 4, "addr": "172.24.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:5a:f8"}]}, "created": "2026-06-18T12:25:08Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "af78779f-cef1-4738-981c-e1784aa68938", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/af78779f-cef1-4738-981c-e1784aa68938"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/af78779f-cef1-4738-981c-e1784aa68938"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherA-server-594433504", "status": "ACTIVE", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:25:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1174957423", "OS-SRV-USG:launched_at": "2026-06-18T12:25:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1915048465"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 14:27:04,141 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.096s
2026-06-18 14:27:04,142 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-941cefbe-6943-4b15-aba3-b8082ceec028', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-941cefbe-6943-4b15-aba3-b8082ceec028', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:27:04,375 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 409 DELETE http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.218s
2026-06-18 14:27:04,376 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27:04 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-fd3a2725-4402-4030-955d-72b88c6a7071', 'x-compute-request-id': 'req-fd3a2725-4402-4030-955d-72b88c6a7071', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 8fc7adef-75df-4220-a359-33cebc6ed739 while it is in vm_state error"}}'
2026-06-18 14:27:04,566 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.184s
2026-06-18 14:27:04,566 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-e7a2c546-1297-427e-9fb7-068f9bf7446d', 'x-compute-request-id': 'req-e7a2c546-1297-427e-9fb7-068f9bf7446d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:05,903 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.333s
2026-06-18 14:27:05,903 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-cc8becdd-49f2-44c4-8e5d-c9b413f3f305', 'x-compute-request-id': 'req-cc8becdd-49f2-44c4-8e5d-c9b413f3f305', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:07,024 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.115s
2026-06-18 14:27:07,025 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-de64c252-9ed8-4be7-94ed-75c92cc3c74d', 'x-compute-request-id': 'req-de64c252-9ed8-4be7-94ed-75c92cc3c74d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:08,136 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.109s
2026-06-18 14:27:08,136 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-101d8144-b9b8-4393-a8cc-8761e524bb19', 'x-compute-request-id': 'req-101d8144-b9b8-4393-a8cc-8761e524bb19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:09,242 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.103s
2026-06-18 14:27:09,243 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-aae04342-1688-4abe-8032-dc49b8ee1a72', 'x-compute-request-id': 'req-aae04342-1688-4abe-8032-dc49b8ee1a72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:10,302 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.056s
2026-06-18 14:27:10,302 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-6a91d918-3ff3-4594-8d42-08bc4389a09b', 'x-compute-request-id': 'req-6a91d918-3ff3-4594-8d42-08bc4389a09b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:11,389 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.084s
2026-06-18 14:27:11,389 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-cee4c718-e968-4ca1-9ecb-f771097e4fc2', 'x-compute-request-id': 'req-cee4c718-e968-4ca1-9ecb-f771097e4fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:12,510 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.117s
2026-06-18 14:27:12,511 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-145a52a1-d86c-44ca-add3-2f5dbe8348ac', 'x-compute-request-id': 'req-145a52a1-d86c-44ca-add3-2f5dbe8348ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:13,612 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.098s
2026-06-18 14:27:13,613 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-c867f0c8-d095-44f8-ad81-89cce954b8fd', 'x-compute-request-id': 'req-c867f0c8-d095-44f8-ad81-89cce954b8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:14,717 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.099s
2026-06-18 14:27:14,718 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-320843b1-0f11-4972-a97b-521237b31f83', 'x-compute-request-id': 'req-320843b1-0f11-4972-a97b-521237b31f83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:15,813 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.091s
2026-06-18 14:27:15,813 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-943bd002-64d9-4cc0-9bbc-4ed5c479055c', 'x-compute-request-id': 'req-943bd002-64d9-4cc0-9bbc-4ed5c479055c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:16,892 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.075s
2026-06-18 14:27:16,893 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-5fc45745-c320-4d79-a4be-89fbd519dee5', 'x-compute-request-id': 'req-5fc45745-c320-4d79-a4be-89fbd519dee5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:17,963 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.066s
2026-06-18 14:27:17,964 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-c562ec05-80e9-4af2-b439-a54187928ac5', 'x-compute-request-id': 'req-c562ec05-80e9-4af2-b439-a54187928ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:19,031 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.064s
2026-06-18 14:27:19,031 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-c3ffa869-1947-4925-ae0a-367874fead82', 'x-compute-request-id': 'req-c3ffa869-1947-4925-ae0a-367874fead82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:20,109 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.075s
2026-06-18 14:27:20,110 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-ef57e2fe-020b-4dd2-83b7-9e4550af05ff', 'x-compute-request-id': 'req-ef57e2fe-020b-4dd2-83b7-9e4550af05ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:21,182 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.068s
2026-06-18 14:27:21,182 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-22559df8-5f13-4ebd-a1c6-3f06f8df0d7a', 'x-compute-request-id': 'req-22559df8-5f13-4ebd-a1c6-3f06f8df0d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:22,299 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.113s
2026-06-18 14:27:22,302 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-81551047-9c13-4bf4-bc6a-fd3f10b9056e', 'x-compute-request-id': 'req-81551047-9c13-4bf4-bc6a-fd3f10b9056e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:23,551 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.245s
2026-06-18 14:27:23,552 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-8bf65c97-1204-47bf-864e-e130de030e6d', 'x-compute-request-id': 'req-8bf65c97-1204-47bf-864e-e130de030e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:24,838 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.282s
2026-06-18 14:27:24,838 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-d3b8dc52-04b9-460d-bcfe-6e4ba3013d56', 'x-compute-request-id': 'req-d3b8dc52-04b9-460d-bcfe-6e4ba3013d56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:26,411 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.567s
2026-06-18 14:27:26,411 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-f61b521d-6d24-4369-b1d2-19791ea14a7d', 'x-compute-request-id': 'req-f61b521d-6d24-4369-b1d2-19791ea14a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:27,593 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.177s
2026-06-18 14:27:27,593 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-58c6b670-9064-421c-befa-d2d7f42fb6e6', 'x-compute-request-id': 'req-58c6b670-9064-421c-befa-d2d7f42fb6e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:28,673 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.075s
2026-06-18 14:27:28,674 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-19015350-c87e-43ee-9449-db41ef4b2994', 'x-compute-request-id': 'req-19015350-c87e-43ee-9449-db41ef4b2994', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:30,002 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.325s
2026-06-18 14:27:30,003 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-590b4ddf-3023-477a-b98e-11c4afcf7be7', 'x-compute-request-id': 'req-590b4ddf-3023-477a-b98e-11c4afcf7be7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:31,155 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.148s
2026-06-18 14:27:31,156 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-b9b7a051-140a-4445-aee7-66f3ad8a155c', 'x-compute-request-id': 'req-b9b7a051-140a-4445-aee7-66f3ad8a155c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:32,414 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.256s
2026-06-18 14:27:32,415 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-c8e39b23-c0a6-487c-bb6a-fbdaf4c753fe', 'x-compute-request-id': 'req-c8e39b23-c0a6-487c-bb6a-fbdaf4c753fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:33,537 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.117s
2026-06-18 14:27:33,537 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-dce36d5c-0213-499c-a5d0-f974179a77c2', 'x-compute-request-id': 'req-dce36d5c-0213-499c-a5d0-f974179a77c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:34,631 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.090s
2026-06-18 14:27:34,632 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-d69b8128-4e23-4647-b7f4-6e3c7c24e363', 'x-compute-request-id': 'req-d69b8128-4e23-4647-b7f4-6e3c7c24e363', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:35,729 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.092s
2026-06-18 14:27:35,730 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-5f327a3b-d4a5-4fac-89b4-d80ff7a60030', 'x-compute-request-id': 'req-5f327a3b-d4a5-4fac-89b4-d80ff7a60030', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:36,820 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.087s
2026-06-18 14:27:36,821 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-c5536a52-a580-4ce6-84c5-263a89889f9e', 'x-compute-request-id': 'req-c5536a52-a580-4ce6-84c5-263a89889f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:37,911 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.086s
2026-06-18 14:27:37,911 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-7906e14e-a296-4140-a5ae-bad939bffaac', 'x-compute-request-id': 'req-7906e14e-a296-4140-a5ae-bad939bffaac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:39,008 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.093s
2026-06-18 14:27:39,009 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-97e27fc9-9c76-476d-b34b-eb1d1ba2c05c', 'x-compute-request-id': 'req-97e27fc9-9c76-476d-b34b-eb1d1ba2c05c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:40,095 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.081s
2026-06-18 14:27:40,096 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-760b4972-3179-409e-b674-2187da119979', 'x-compute-request-id': 'req-760b4972-3179-409e-b674-2187da119979', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:41,206 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.106s
2026-06-18 14:27:41,207 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-15b1ea3a-a0a8-4dea-b35b-1da1fe7801bd', 'x-compute-request-id': 'req-15b1ea3a-a0a8-4dea-b35b-1da1fe7801bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:42,309 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.098s
2026-06-18 14:27:42,309 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-bf408b22-da7b-4165-96a7-9e7102224c99', 'x-compute-request-id': 'req-bf408b22-da7b-4165-96a7-9e7102224c99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:43,375 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:27:43,375 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-9daae51e-21e1-47f8-8ffe-d995516ea148', 'x-compute-request-id': 'req-9daae51e-21e1-47f8-8ffe-d995516ea148', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:44,443 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.065s
2026-06-18 14:27:44,443 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-00ae0b9b-f9b6-4383-be51-b1d73c75b621', 'x-compute-request-id': 'req-00ae0b9b-f9b6-4383-be51-b1d73c75b621', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:45,509 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:27:45,509 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-dd332cd5-e444-4d5d-9644-d5c0ccee66fd', 'x-compute-request-id': 'req-dd332cd5-e444-4d5d-9644-d5c0ccee66fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:46,565 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.053s
2026-06-18 14:27:46,566 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-db84e0f5-52e2-447b-95df-884decc71dbe', 'x-compute-request-id': 'req-db84e0f5-52e2-447b-95df-884decc71dbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:47,662 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.094s
2026-06-18 14:27:47,663 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-15d63da7-e88c-40c9-b1d7-45973f06df9a', 'x-compute-request-id': 'req-15d63da7-e88c-40c9-b1d7-45973f06df9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:48,765 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.100s
2026-06-18 14:27:48,766 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-9eac6e92-1652-4c46-9222-8544abda7a22', 'x-compute-request-id': 'req-9eac6e92-1652-4c46-9222-8544abda7a22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:49,839 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.070s
2026-06-18 14:27:49,839 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-ca7222a8-22c5-493b-a600-689863a1e049', 'x-compute-request-id': 'req-ca7222a8-22c5-493b-a600-689863a1e049', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:50,897 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.055s
2026-06-18 14:27:50,898 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-35d9d4f8-0cd0-4f26-8611-a9b650903f7e', 'x-compute-request-id': 'req-35d9d4f8-0cd0-4f26-8611-a9b650903f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:52,078 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.177s
2026-06-18 14:27:52,079 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-04182a64-160a-4bc1-9729-6e374f723d1c', 'x-compute-request-id': 'req-04182a64-160a-4bc1-9729-6e374f723d1c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:53,351 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.268s
2026-06-18 14:27:53,352 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-f226c781-2bb3-45eb-ab46-5a1c532a9c62', 'x-compute-request-id': 'req-f226c781-2bb3-45eb-ab46-5a1c532a9c62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:54,554 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.199s
2026-06-18 14:27:54,555 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-eaa8ff5f-3bb5-41a1-82e5-43f496eba20f', 'x-compute-request-id': 'req-eaa8ff5f-3bb5-41a1-82e5-43f496eba20f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:55,885 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.328s
2026-06-18 14:27:55,886 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-1c7a8965-1e31-4860-af90-db992221165a', 'x-compute-request-id': 'req-1c7a8965-1e31-4860-af90-db992221165a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:56,957 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.068s
2026-06-18 14:27:56,958 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-9bc15472-eb3e-4691-b950-0e11f201568e', 'x-compute-request-id': 'req-9bc15472-eb3e-4691-b950-0e11f201568e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:58,020 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.058s
2026-06-18 14:27:58,020 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-e49d76a4-538a-4e4f-bb6d-6beada41139a', 'x-compute-request-id': 'req-e49d76a4-538a-4e4f-bb6d-6beada41139a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:27:59,081 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.057s
2026-06-18 14:27:59,082 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:27: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-bc33b9de-fe6c-4dcd-b4ca-71399bf19cc0', 'x-compute-request-id': 'req-bc33b9de-fe6c-4dcd-b4ca-71399bf19cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:00,163 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.077s
2026-06-18 14:28:00,164 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-63bdaf5c-d47b-457e-a6ca-a05e8c80184e', 'x-compute-request-id': 'req-63bdaf5c-d47b-457e-a6ca-a05e8c80184e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:01,317 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.151s
2026-06-18 14:28:01,318 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-3e79ef10-d041-4c82-9fff-c08633b452f8', 'x-compute-request-id': 'req-3e79ef10-d041-4c82-9fff-c08633b452f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:02,515 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.194s
2026-06-18 14:28:02,515 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-0cdffcbb-58ea-4be8-8487-b61819051773', 'x-compute-request-id': 'req-0cdffcbb-58ea-4be8-8487-b61819051773', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:03,587 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.068s
2026-06-18 14:28:03,587 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-8a92a2c5-ed0a-461c-95cb-92315f476951', 'x-compute-request-id': 'req-8a92a2c5-ed0a-461c-95cb-92315f476951', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:04,664 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.073s
2026-06-18 14:28:04,664 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-8cd5ef4e-59f3-42e0-ac8e-e8ed3983684e', 'x-compute-request-id': 'req-8cd5ef4e-59f3-42e0-ac8e-e8ed3983684e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:05,830 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.162s
2026-06-18 14:28:05,830 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-f9c253b3-a910-4475-9f2e-91bae9440b8b', 'x-compute-request-id': 'req-f9c253b3-a910-4475-9f2e-91bae9440b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:06,896 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:28:06,896 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-eccdd315-21f4-4bd6-a653-6b179fd0c121', 'x-compute-request-id': 'req-eccdd315-21f4-4bd6-a653-6b179fd0c121', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:08,076 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.176s
2026-06-18 14:28:08,076 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-eb3c79e1-ebd8-4ab1-b58e-d4253fc6b65a', 'x-compute-request-id': 'req-eb3c79e1-ebd8-4ab1-b58e-d4253fc6b65a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:09,185 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.107s
2026-06-18 14:28:09,186 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-e0707889-06c1-4109-8a06-c6b6905aace3', 'x-compute-request-id': 'req-e0707889-06c1-4109-8a06-c6b6905aace3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:10,270 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.080s
2026-06-18 14:28:10,271 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-f5fa540e-f0b0-4513-9e31-5fa33c7db1d7', 'x-compute-request-id': 'req-f5fa540e-f0b0-4513-9e31-5fa33c7db1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:11,347 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.073s
2026-06-18 14:28:11,347 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-12c09141-6f50-462f-8f23-380bf8f953d8', 'x-compute-request-id': 'req-12c09141-6f50-462f-8f23-380bf8f953d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:12,431 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.081s
2026-06-18 14:28:12,432 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-0984b21e-ba46-4ddc-8d10-5c2b34eaca19', 'x-compute-request-id': 'req-0984b21e-ba46-4ddc-8d10-5c2b34eaca19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:13,529 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.095s
2026-06-18 14:28:13,530 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-34dfd518-d0fa-4a99-a7f0-ee2690a1dd13', 'x-compute-request-id': 'req-34dfd518-d0fa-4a99-a7f0-ee2690a1dd13', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:14,599 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.066s
2026-06-18 14:28:14,599 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-54d3f400-302d-4cb5-96e2-a0f660d6465d', 'x-compute-request-id': 'req-54d3f400-302d-4cb5-96e2-a0f660d6465d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:15,717 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.111s
2026-06-18 14:28:15,717 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-9037116f-b0cc-46b3-b79f-11f1e36d022a', 'x-compute-request-id': 'req-9037116f-b0cc-46b3-b79f-11f1e36d022a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:16,850 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.127s
2026-06-18 14:28:16,851 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-cb8eb60e-b918-4b7b-b26c-e112f576cdb6', 'x-compute-request-id': 'req-cb8eb60e-b918-4b7b-b26c-e112f576cdb6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:17,962 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.108s
2026-06-18 14:28:17,962 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-944195bd-1af3-4b18-9793-21feb8407d82', 'x-compute-request-id': 'req-944195bd-1af3-4b18-9793-21feb8407d82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:19,040 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:28:19,040 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-74a6fbcf-95a7-4c89-acfd-f054845b5c0b', 'x-compute-request-id': 'req-74a6fbcf-95a7-4c89-acfd-f054845b5c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:20,106 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:28:20,107 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-8f26e1a0-6390-46c3-a8d6-9e50c79c5572', 'x-compute-request-id': 'req-8f26e1a0-6390-46c3-a8d6-9e50c79c5572', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:21,166 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.056s
2026-06-18 14:28:21,166 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-3f0f18e4-ede2-4450-8762-0d11c12cd3db', 'x-compute-request-id': 'req-3f0f18e4-ede2-4450-8762-0d11c12cd3db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:22,237 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.067s
2026-06-18 14:28:22,237 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-071d731c-59fe-4568-bf15-a63d3a865f0a', 'x-compute-request-id': 'req-071d731c-59fe-4568-bf15-a63d3a865f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:23,304 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:28:23,305 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-3d6c3628-e962-4a1c-aec2-24b67385f854', 'x-compute-request-id': 'req-3d6c3628-e962-4a1c-aec2-24b67385f854', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:24,386 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.077s
2026-06-18 14:28:24,386 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-8129f4fe-3d94-41bf-a283-2fdfd6151fe7', 'x-compute-request-id': 'req-8129f4fe-3d94-41bf-a283-2fdfd6151fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:25,488 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.099s
2026-06-18 14:28:25,489 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-23446a4c-4d20-4d0c-afdd-4fc5bf98befb', 'x-compute-request-id': 'req-23446a4c-4d20-4d0c-afdd-4fc5bf98befb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:26,587 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.094s
2026-06-18 14:28:26,587 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-ec181378-d26b-444e-a03c-663c173e6739', 'x-compute-request-id': 'req-ec181378-d26b-444e-a03c-663c173e6739', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:27,671 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.081s
2026-06-18 14:28:27,672 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-ed54e2ca-42ec-4a4b-bb94-ec38369f6522', 'x-compute-request-id': 'req-ed54e2ca-42ec-4a4b-bb94-ec38369f6522', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:28,747 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:28:28,747 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-53bce93b-84f5-41ec-876b-ab9e49c6ccac', 'x-compute-request-id': 'req-53bce93b-84f5-41ec-876b-ab9e49c6ccac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:29,841 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.091s
2026-06-18 14:28:29,842 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-cfd01cac-0cce-402d-83c4-93e43fcd068f', 'x-compute-request-id': 'req-cfd01cac-0cce-402d-83c4-93e43fcd068f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:30,983 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.138s
2026-06-18 14:28:30,984 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-37f0c453-bff1-4083-b564-28bc86a7601a', 'x-compute-request-id': 'req-37f0c453-bff1-4083-b564-28bc86a7601a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:32,064 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.077s
2026-06-18 14:28:32,065 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-2df1bac1-9e4c-4fef-95d6-d87a21f47879', 'x-compute-request-id': 'req-2df1bac1-9e4c-4fef-95d6-d87a21f47879', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:33,247 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.180s
2026-06-18 14:28:33,249 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-ccba21c9-25b6-4382-ac5b-215e6132304f', 'x-compute-request-id': 'req-ccba21c9-25b6-4382-ac5b-215e6132304f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:34,315 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.063s
2026-06-18 14:28:34,316 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-79c4a30e-47b7-417b-b8fd-56f127f29e4f', 'x-compute-request-id': 'req-79c4a30e-47b7-417b-b8fd-56f127f29e4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:35,393 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.074s
2026-06-18 14:28:35,394 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-177585f8-9def-46c0-867e-83f9d39c2741', 'x-compute-request-id': 'req-177585f8-9def-46c0-867e-83f9d39c2741', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:36,477 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.080s
2026-06-18 14:28:36,478 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-7f42e5df-2baa-4f1a-8fc7-10c022f96881', 'x-compute-request-id': 'req-7f42e5df-2baa-4f1a-8fc7-10c022f96881', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:37,553 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:28:37,553 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-6b0b0c81-1943-45a7-80ba-fe936e300f05', 'x-compute-request-id': 'req-6b0b0c81-1943-45a7-80ba-fe936e300f05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:38,633 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.075s
2026-06-18 14:28:38,634 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-ae4d8f09-7a42-4d3d-aa78-c32f64d62a27', 'x-compute-request-id': 'req-ae4d8f09-7a42-4d3d-aa78-c32f64d62a27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:39,759 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.121s
2026-06-18 14:28:39,759 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-3f069dca-fd1d-46d5-bf72-d6461d17d454', 'x-compute-request-id': 'req-3f069dca-fd1d-46d5-bf72-d6461d17d454', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:40,840 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.076s
2026-06-18 14:28:40,841 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-a726b729-de45-4164-925d-02d2bd16d2e7', 'x-compute-request-id': 'req-a726b729-de45-4164-925d-02d2bd16d2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:41,936 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.091s
2026-06-18 14:28:41,936 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-be23e532-60cf-4985-8795-f188cd0c73e1', 'x-compute-request-id': 'req-be23e532-60cf-4985-8795-f188cd0c73e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:43,033 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.094s
2026-06-18 14:28:43,034 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-7424ff33-7153-4074-8fa4-aeb55e2e58b7', 'x-compute-request-id': 'req-7424ff33-7153-4074-8fa4-aeb55e2e58b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:44,130 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.094s
2026-06-18 14:28:44,131 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-7e251f38-cd05-4f3c-9e27-220438210caa', 'x-compute-request-id': 'req-7e251f38-cd05-4f3c-9e27-220438210caa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:45,226 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.091s
2026-06-18 14:28:45,226 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-28b372f8-737b-41a9-8bf3-0c5d59f0bb8b', 'x-compute-request-id': 'req-28b372f8-737b-41a9-8bf3-0c5d59f0bb8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:46,302 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:28:46,302 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-a5bc2f54-ff28-4668-a547-e62072c59450', 'x-compute-request-id': 'req-a5bc2f54-ff28-4668-a547-e62072c59450', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:47,429 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.123s
2026-06-18 14:28:47,430 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-4deb7dff-494f-465b-a5fc-732a36448416', 'x-compute-request-id': 'req-4deb7dff-494f-465b-a5fc-732a36448416', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:48,531 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.098s
2026-06-18 14:28:48,532 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-901a9fd0-5e0e-497f-a5a7-7a3c7f83977c', 'x-compute-request-id': 'req-901a9fd0-5e0e-497f-a5a7-7a3c7f83977c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:49,640 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.105s
2026-06-18 14:28:49,641 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-fd276837-05df-49f0-89c5-6c597283841c', 'x-compute-request-id': 'req-fd276837-05df-49f0-89c5-6c597283841c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:50,713 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.068s
2026-06-18 14:28:50,714 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-8491cb01-6205-4f94-9887-f3b99f17f81b', 'x-compute-request-id': 'req-8491cb01-6205-4f94-9887-f3b99f17f81b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:51,817 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.101s
2026-06-18 14:28:51,818 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-5548683f-0166-4d8b-8c0f-447cf72a5ed5', 'x-compute-request-id': 'req-5548683f-0166-4d8b-8c0f-447cf72a5ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:52,909 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.088s
2026-06-18 14:28:52,909 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-83c85d79-d741-4f58-9c2c-44fdfefe8bb3', 'x-compute-request-id': 'req-83c85d79-d741-4f58-9c2c-44fdfefe8bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:53,971 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.058s
2026-06-18 14:28:53,971 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-e9de87c0-070b-4ed5-b1d4-c5dcb242d007', 'x-compute-request-id': 'req-e9de87c0-070b-4ed5-b1d4-c5dcb242d007', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:55,128 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.154s
2026-06-18 14:28:55,128 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-7ed1524d-cd42-4fa2-9018-c0e081eddd42', 'x-compute-request-id': 'req-7ed1524d-cd42-4fa2-9018-c0e081eddd42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:56,194 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:28:56,195 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-b7ee8d09-30e8-418e-af14-9513e7f9cb07', 'x-compute-request-id': 'req-b7ee8d09-30e8-418e-af14-9513e7f9cb07', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:57,302 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.105s
2026-06-18 14:28:57,302 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-b7755db0-7b55-4d33-857f-12ac33674c49', 'x-compute-request-id': 'req-b7755db0-7b55-4d33-857f-12ac33674c49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:58,419 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.113s
2026-06-18 14:28:58,420 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-53f5615f-54b3-4710-a5d5-49a765a0f990', 'x-compute-request-id': 'req-53f5615f-54b3-4710-a5d5-49a765a0f990', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:28:59,519 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.096s
2026-06-18 14:28:59,519 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:28: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-14923ad4-f9d8-4aa9-9b5d-023cc614573b', 'x-compute-request-id': 'req-14923ad4-f9d8-4aa9-9b5d-023cc614573b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:00,624 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.101s
2026-06-18 14:29:00,624 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-bc195f12-926d-496a-be30-4872b2be2286', 'x-compute-request-id': 'req-bc195f12-926d-496a-be30-4872b2be2286', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:01,716 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.088s
2026-06-18 14:29:01,717 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-048de59d-d4b2-4f35-b32b-6a6357f3ec77', 'x-compute-request-id': 'req-048de59d-d4b2-4f35-b32b-6a6357f3ec77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:02,792 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:29:02,792 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-996a71d9-d0d7-455f-803a-ccdefdd814ae', 'x-compute-request-id': 'req-996a71d9-d0d7-455f-803a-ccdefdd814ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:03,859 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.064s
2026-06-18 14:29:03,859 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-c45ef52e-2aab-48b9-bc21-65e70946305a', 'x-compute-request-id': 'req-c45ef52e-2aab-48b9-bc21-65e70946305a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:04,933 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.071s
2026-06-18 14:29:04,934 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-c75f227a-2f80-43f2-aa84-136dc6ef6206', 'x-compute-request-id': 'req-c75f227a-2f80-43f2-aa84-136dc6ef6206', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:06,010 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.073s
2026-06-18 14:29:06,011 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-3e19c6b0-e539-499e-b130-ed7f8cb3b555', 'x-compute-request-id': 'req-3e19c6b0-e539-499e-b130-ed7f8cb3b555', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:07,088 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.073s
2026-06-18 14:29:07,088 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-870a924e-a036-45f3-a8eb-63fdf982cc31', 'x-compute-request-id': 'req-870a924e-a036-45f3-a8eb-63fdf982cc31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:08,153 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.061s
2026-06-18 14:29:08,153 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-626bf0e4-2441-495c-8911-186a2d1f6ad1', 'x-compute-request-id': 'req-626bf0e4-2441-495c-8911-186a2d1f6ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:09,224 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.066s
2026-06-18 14:29:09,225 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-5daf80e2-fec0-485d-9155-0c7e5087ee4d', 'x-compute-request-id': 'req-5daf80e2-fec0-485d-9155-0c7e5087ee4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:10,293 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.064s
2026-06-18 14:29:10,293 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-46759887-b093-4eb4-8f65-7851ab88c9bd', 'x-compute-request-id': 'req-46759887-b093-4eb4-8f65-7851ab88c9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:11,354 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.057s
2026-06-18 14:29:11,354 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-2cbd59b9-7f19-48ba-8836-93a9469ee3ec', 'x-compute-request-id': 'req-2cbd59b9-7f19-48ba-8836-93a9469ee3ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:12,413 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.057s
2026-06-18 14:29:12,414 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-b7b53990-f077-43be-b2e0-52dc20ab1a7e', 'x-compute-request-id': 'req-b7b53990-f077-43be-b2e0-52dc20ab1a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:13,492 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.075s
2026-06-18 14:29:13,492 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-3a235b69-8602-4a07-926f-520cfeac9dd7', 'x-compute-request-id': 'req-3a235b69-8602-4a07-926f-520cfeac9dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:14,556 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.060s
2026-06-18 14:29:14,556 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-8c1ce6e4-6485-4eea-9e04-f065586f0073', 'x-compute-request-id': 'req-8c1ce6e4-6485-4eea-9e04-f065586f0073', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:15,623 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.064s
2026-06-18 14:29:15,623 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-b5d26dc5-c9f8-45cb-b32c-9a203bf58152', 'x-compute-request-id': 'req-b5d26dc5-c9f8-45cb-b32c-9a203bf58152', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:16,685 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.060s
2026-06-18 14:29:16,686 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-79345618-3db3-4f7e-8e90-44c1ed991757', 'x-compute-request-id': 'req-79345618-3db3-4f7e-8e90-44c1ed991757', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:17,755 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.066s
2026-06-18 14:29:17,755 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-1927691d-1600-4162-b204-d164385046d4', 'x-compute-request-id': 'req-1927691d-1600-4162-b204-d164385046d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:18,824 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.066s
2026-06-18 14:29:18,824 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-5eb6e54a-a9ec-45fb-af4c-9545e4673cac', 'x-compute-request-id': 'req-5eb6e54a-a9ec-45fb-af4c-9545e4673cac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:19,937 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.110s
2026-06-18 14:29:19,938 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-dedcc7ca-e2b0-4b33-9563-be4cc5094516', 'x-compute-request-id': 'req-dedcc7ca-e2b0-4b33-9563-be4cc5094516', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:21,034 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.094s
2026-06-18 14:29:21,034 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-c60a4f19-bba8-4f6e-84cf-cff1d7c8761b', 'x-compute-request-id': 'req-c60a4f19-bba8-4f6e-84cf-cff1d7c8761b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:22,137 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.099s
2026-06-18 14:29:22,137 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-2f4f9986-4f97-4f25-82c4-c6982d2520b4', 'x-compute-request-id': 'req-2f4f9986-4f97-4f25-82c4-c6982d2520b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:23,271 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.130s
2026-06-18 14:29:23,271 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-f6a7e351-243e-4222-948d-b651d5b75265', 'x-compute-request-id': 'req-f6a7e351-243e-4222-948d-b651d5b75265', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:24,343 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.069s
2026-06-18 14:29:24,344 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-e8e9ddff-70d1-46b4-8105-253929d407f5', 'x-compute-request-id': 'req-e8e9ddff-70d1-46b4-8105-253929d407f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:25,414 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.067s
2026-06-18 14:29:25,414 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-5bbd1bfa-0ca4-4746-8d60-0ce9810748a8', 'x-compute-request-id': 'req-5bbd1bfa-0ca4-4746-8d60-0ce9810748a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:26,498 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.080s
2026-06-18 14:29:26,498 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-5a7a92ad-863e-42b1-85a9-cf408f213acd', 'x-compute-request-id': 'req-5a7a92ad-863e-42b1-85a9-cf408f213acd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:27,607 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.106s
2026-06-18 14:29:27,607 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-9412d31a-b784-4c04-833e-6cc1883d1926', 'x-compute-request-id': 'req-9412d31a-b784-4c04-833e-6cc1883d1926', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:28,687 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.076s
2026-06-18 14:29:28,688 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-3fdb6996-323a-4f78-b26b-6b91bcbc114c', 'x-compute-request-id': 'req-3fdb6996-323a-4f78-b26b-6b91bcbc114c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:29,803 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.112s
2026-06-18 14:29:29,803 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-5c754c01-8fbc-41ab-a642-a27af9f67978', 'x-compute-request-id': 'req-5c754c01-8fbc-41ab-a642-a27af9f67978', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:30,893 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.086s
2026-06-18 14:29:30,894 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-27acbbf4-78b7-43c7-a445-44d164c9c284', 'x-compute-request-id': 'req-27acbbf4-78b7-43c7-a445-44d164c9c284', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:31,968 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.071s
2026-06-18 14:29:31,968 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-45432dcf-0a5a-4836-9fb8-370fc03f4705', 'x-compute-request-id': 'req-45432dcf-0a5a-4836-9fb8-370fc03f4705', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:33,118 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.147s
2026-06-18 14:29:33,119 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-6bc852b2-79e6-4bdd-997c-6f2e1b35a400', 'x-compute-request-id': 'req-6bc852b2-79e6-4bdd-997c-6f2e1b35a400', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:34,193 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:29:34,194 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-87118218-57a7-49cc-9830-c31100840710', 'x-compute-request-id': 'req-87118218-57a7-49cc-9830-c31100840710', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:35,263 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.067s
2026-06-18 14:29:35,264 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-3b504768-e8d7-4c77-869a-412d4a9447bc', 'x-compute-request-id': 'req-3b504768-e8d7-4c77-869a-412d4a9447bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:36,337 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.070s
2026-06-18 14:29:36,337 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-d3369bf2-b2e4-45df-b547-61bd2ec14ea7', 'x-compute-request-id': 'req-d3369bf2-b2e4-45df-b547-61bd2ec14ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:37,424 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.084s
2026-06-18 14:29:37,425 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-1986e38e-c555-45b6-bfaf-2802c5c6d49b', 'x-compute-request-id': 'req-1986e38e-c555-45b6-bfaf-2802c5c6d49b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:38,500 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:29:38,500 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-a390f9dd-6f17-42e4-b7e1-cca046fb7b3f', 'x-compute-request-id': 'req-a390f9dd-6f17-42e4-b7e1-cca046fb7b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:39,584 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.080s
2026-06-18 14:29:39,585 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-3b08e0d2-2958-458f-a2b4-736edd21804d', 'x-compute-request-id': 'req-3b08e0d2-2958-458f-a2b4-736edd21804d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:40,665 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.077s
2026-06-18 14:29:40,665 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-215d7282-34d6-41d6-9f16-ecff7c5888ca', 'x-compute-request-id': 'req-215d7282-34d6-41d6-9f16-ecff7c5888ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:41,791 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.123s
2026-06-18 14:29:41,792 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-e204bccc-9c07-44fb-baa8-6822b6b783d9', 'x-compute-request-id': 'req-e204bccc-9c07-44fb-baa8-6822b6b783d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:42,867 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.072s
2026-06-18 14:29:42,867 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-8f51e4a6-290f-4b4a-ab9c-297ecc175ff1', 'x-compute-request-id': 'req-8f51e4a6-290f-4b4a-ab9c-297ecc175ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:43,970 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.099s
2026-06-18 14:29:43,971 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-0f225cbc-80a5-44be-ad9e-5ec82ed16289', 'x-compute-request-id': 'req-0f225cbc-80a5-44be-ad9e-5ec82ed16289', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:45,161 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.186s
2026-06-18 14:29:45,162 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-e8ee7a0b-87f9-4fac-abdb-362f8190c8ad', 'x-compute-request-id': 'req-e8ee7a0b-87f9-4fac-abdb-362f8190c8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:46,342 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.177s
2026-06-18 14:29:46,343 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-d493a66c-b927-4b61-ba96-7319061afb14', 'x-compute-request-id': 'req-d493a66c-b927-4b61-ba96-7319061afb14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:47,522 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.174s
2026-06-18 14:29:47,522 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-0db7ba62-2883-417d-a7df-a230fef94e32', 'x-compute-request-id': 'req-0db7ba62-2883-417d-a7df-a230fef94e32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:48,584 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.056s
2026-06-18 14:29:48,584 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-d974169d-626a-4224-9e34-c462f38a992c', 'x-compute-request-id': 'req-d974169d-626a-4224-9e34-c462f38a992c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:49,678 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.090s
2026-06-18 14:29:49,678 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-9c97355f-96e1-4f55-9e9f-cca8fe9b3886', 'x-compute-request-id': 'req-9c97355f-96e1-4f55-9e9f-cca8fe9b3886', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:50,737 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.057s
2026-06-18 14:29:50,738 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-033fd3c6-c4eb-429e-aed9-3c4ce83cf398', 'x-compute-request-id': 'req-033fd3c6-c4eb-429e-aed9-3c4ce83cf398', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:51,804 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:29:51,804 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-15a2e2da-6056-4938-9d70-2ce84888c0a6', 'x-compute-request-id': 'req-15a2e2da-6056-4938-9d70-2ce84888c0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:52,878 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.071s
2026-06-18 14:29:52,879 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-872549d3-d53b-4871-b0f0-3a331c11850d', 'x-compute-request-id': 'req-872549d3-d53b-4871-b0f0-3a331c11850d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:53,957 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.075s
2026-06-18 14:29:53,958 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-5df6064c-a41c-4169-bb1e-4e3480c0aaf9', 'x-compute-request-id': 'req-5df6064c-a41c-4169-bb1e-4e3480c0aaf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:55,020 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.059s
2026-06-18 14:29:55,021 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-0bd0e82e-da94-468a-a759-f71777c85082', 'x-compute-request-id': 'req-0bd0e82e-da94-468a-a759-f71777c85082', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:56,085 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.061s
2026-06-18 14:29:56,085 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-24687502-6873-414b-a649-1ec755e01602', 'x-compute-request-id': 'req-24687502-6873-414b-a649-1ec755e01602', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:57,150 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.062s
2026-06-18 14:29:57,150 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-96939635-c782-4c29-88cc-c4652abd1f08', 'x-compute-request-id': 'req-96939635-c782-4c29-88cc-c4652abd1f08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:58,238 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.084s
2026-06-18 14:29:58,238 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-55a7f14a-dd8c-4c16-b694-d9bdfe7231c6', 'x-compute-request-id': 'req-55a7f14a-dd8c-4c16-b694-d9bdfe7231c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:29:59,318 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.078s
2026-06-18 14:29:59,319 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:29: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-f4a41068-f2c6-4676-af38-3fa6e9c69a1b', 'x-compute-request-id': 'req-f4a41068-f2c6-4676-af38-3fa6e9c69a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:00,470 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.149s
2026-06-18 14:30:00,471 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-4807afc6-e3f5-4228-8923-2b6dd8ccd834', 'x-compute-request-id': 'req-4807afc6-e3f5-4228-8923-2b6dd8ccd834', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:01,565 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.091s
2026-06-18 14:30:01,565 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-4e4fbd93-b0f0-4e8d-a6d3-db34f1c371ab', 'x-compute-request-id': 'req-4e4fbd93-b0f0-4e8d-a6d3-db34f1c371ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:02,637 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.069s
2026-06-18 14:30:02,638 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-6b8685b2-39a6-4587-998b-f91e32d1f756', 'x-compute-request-id': 'req-6b8685b2-39a6-4587-998b-f91e32d1f756', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:03,987 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.347s
2026-06-18 14:30:03,988 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-3cbb1712-d094-46ec-826a-46b45bd7eab5', 'x-compute-request-id': 'req-3cbb1712-d094-46ec-826a-46b45bd7eab5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:05,075 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.082s
2026-06-18 14:30:05,075 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-4c47e5db-a3f6-4462-80ee-26ccbff09452', 'x-compute-request-id': 'req-4c47e5db-a3f6-4462-80ee-26ccbff09452', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:06,182 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.101s
2026-06-18 14:30:06,182 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-f96b56fb-dbe7-449c-a800-c9568bacd97e', 'x-compute-request-id': 'req-f96b56fb-dbe7-449c-a800-c9568bacd97e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:07,392 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.206s
2026-06-18 14:30:07,394 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-dbede6b0-f8ca-429b-8b31-254002198c46', 'x-compute-request-id': 'req-dbede6b0-f8ca-429b-8b31-254002198c46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:08,474 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.078s
2026-06-18 14:30:08,475 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-0140365a-2c5f-4a1d-832c-f9d970961d17', 'x-compute-request-id': 'req-0140365a-2c5f-4a1d-832c-f9d970961d17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:09,580 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.101s
2026-06-18 14:30:09,580 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-15182965-20d6-436d-8a9c-5c9f054840d4', 'x-compute-request-id': 'req-15182965-20d6-436d-8a9c-5c9f054840d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:10,660 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.076s
2026-06-18 14:30:10,660 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-411b4689-bbf7-40db-9a14-ab359efddaa2', 'x-compute-request-id': 'req-411b4689-bbf7-40db-9a14-ab359efddaa2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:11,719 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.056s
2026-06-18 14:30:11,721 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-cb62e322-58bc-4cd1-94d4-49bd61b389a5', 'x-compute-request-id': 'req-cb62e322-58bc-4cd1-94d4-49bd61b389a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:12,797 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.074s
2026-06-18 14:30:12,798 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-c1db1a28-dd90-48c5-9794-d184a6223205', 'x-compute-request-id': 'req-c1db1a28-dd90-48c5-9794-d184a6223205', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:13,904 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.102s
2026-06-18 14:30:13,904 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-2ee7afba-1e53-462a-803b-1e8d196d081b', 'x-compute-request-id': 'req-2ee7afba-1e53-462a-803b-1e8d196d081b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:14,997 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.088s
2026-06-18 14:30:14,997 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-fb51c270-6510-42e4-9c3f-5e36cebef7fb', 'x-compute-request-id': 'req-fb51c270-6510-42e4-9c3f-5e36cebef7fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:16,104 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.102s
2026-06-18 14:30:16,104 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-694a8865-3e12-4b60-9d8a-334b0d95b926', 'x-compute-request-id': 'req-694a8865-3e12-4b60-9d8a-334b0d95b926', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:17,249 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.141s
2026-06-18 14:30:17,250 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-72dc2b72-4dac-4312-b2fa-526e601b76aa', 'x-compute-request-id': 'req-72dc2b72-4dac-4312-b2fa-526e601b76aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:18,309 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.056s
2026-06-18 14:30:18,309 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-8d0d83c4-ccf4-4da6-aed3-da03500d4a1a', 'x-compute-request-id': 'req-8d0d83c4-ccf4-4da6-aed3-da03500d4a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:19,429 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments 0.115s
2026-06-18 14:30:19,430 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30: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-ec9414e3-c71c-4afb-9991-87fb8add6419', 'x-compute-request-id': 'req-ec9414e3-c71c-4afb-9991-87fb8add6419', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "volumeId": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "serverId": "8fc7adef-75df-4220-a359-33cebc6ed739", "device": "/dev/vdb"}]}'
2026-06-18 14:30:21,023 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 POST http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/action 0.588s
2026-06-18 14:30:21,023 91964 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': 'Thu, 18 Jun 2026 12:30:20 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-ef07d762-2046-44f7-8730-916668b6bc60', 'x-compute-request-id': 'req-ef07d762-2046-44f7-8730-916668b6bc60', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8fc7adef-75df-4220-a359-33cebc6ed739 could not be found."}}'
2026-06-18 14:30:21,086 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:30:21,087 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c143e04-c7a4-4703-8db0-f0503b24cbb6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c143e04-c7a4-4703-8db0-f0503b24cbb6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:22,188 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.089s
2026-06-18 14:30:22,188 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929849f4-7da3-4c94-b763-4da17d408521', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929849f4-7da3-4c94-b763-4da17d408521', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:23,314 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.110s
2026-06-18 14:30:23,315 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-939aadd3-02bd-4bbd-b72b-20b5841aecca', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-939aadd3-02bd-4bbd-b72b-20b5841aecca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:24,416 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.086s
2026-06-18 14:30:24,416 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95524f0-7aad-4f94-b45a-a43cdacf3e4a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95524f0-7aad-4f94-b45a-a43cdacf3e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:25,619 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.188s
2026-06-18 14:30:25,620 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a36c9d-04be-4705-8751-8aa1d42d585e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a36c9d-04be-4705-8751-8aa1d42d585e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:26,780 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.147s
2026-06-18 14:30:26,780 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26ce981-b82e-48d9-a36a-9db11f42f12d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26ce981-b82e-48d9-a36a-9db11f42f12d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:27,857 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:30:27,858 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940ade5e-6724-45b9-8fa0-e60ad470ee83', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940ade5e-6724-45b9-8fa0-e60ad470ee83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:28,946 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.075s
2026-06-18 14:30:28,946 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d22e814-4bbc-4887-ba8f-579f3ecfc7c2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d22e814-4bbc-4887-ba8f-579f3ecfc7c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:30,014 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.055s
2026-06-18 14:30:30,014 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162a0185-aca7-48e0-925d-f889098a7734', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162a0185-aca7-48e0-925d-f889098a7734', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:31,077 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.050s
2026-06-18 14:30:31,078 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7767eb-1805-4fb3-a617-d79496b91b3c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7767eb-1805-4fb3-a617-d79496b91b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:32,196 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.106s
2026-06-18 14:30:32,196 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4b7f8d9-1a40-46d1-b088-4105925545ec', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4b7f8d9-1a40-46d1-b088-4105925545ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:33,353 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.141s
2026-06-18 14:30:33,355 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36fa54c9-ace0-4a25-ac3a-7ce1da309fe1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36fa54c9-ace0-4a25-ac3a-7ce1da309fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:34,447 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.078s
2026-06-18 14:30:34,447 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97565656-e4b9-4654-9f47-0ecb7ff95718', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97565656-e4b9-4654-9f47-0ecb7ff95718', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:35,519 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:30:35,519 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40574226-1bd7-4ecd-87d6-cdf73c5dd606', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40574226-1bd7-4ecd-87d6-cdf73c5dd606', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:36,599 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.063s
2026-06-18 14:30:36,600 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff955888-6327-4645-bb1e-f9296e0ee9a0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff955888-6327-4645-bb1e-f9296e0ee9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:37,736 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.121s
2026-06-18 14:30:37,736 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da175539-6869-428c-8ae6-04482425345f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da175539-6869-428c-8ae6-04482425345f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:38,828 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.079s
2026-06-18 14:30:38,829 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d084dd3-2d3c-48eb-af92-bf747392c991', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d084dd3-2d3c-48eb-af92-bf747392c991', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:39,910 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.068s
2026-06-18 14:30:39,910 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a52f459-f6fd-4403-9ce8-140d434fe5ac', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a52f459-f6fd-4403-9ce8-140d434fe5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:40,991 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.068s
2026-06-18 14:30:40,992 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa3ea8b-93df-480e-9471-575876284bd0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa3ea8b-93df-480e-9471-575876284bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:42,067 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.062s
2026-06-18 14:30:42,067 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9540149a-55a1-43da-b5e4-3673f12196fd', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9540149a-55a1-43da-b5e4-3673f12196fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:43,193 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.110s
2026-06-18 14:30:43,194 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-554ada92-5f3c-456d-9d1a-ba6c7c2fe82b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-554ada92-5f3c-456d-9d1a-ba6c7c2fe82b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:44,271 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.063s
2026-06-18 14:30:44,271 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03127261-5b2a-4ff8-a5cc-2fce8327ed22', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03127261-5b2a-4ff8-a5cc-2fce8327ed22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:45,336 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.054s
2026-06-18 14:30:45,336 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-823af7b2-680e-4dc7-83ae-b1055d71f953', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-823af7b2-680e-4dc7-83ae-b1055d71f953', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:46,400 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.053s
2026-06-18 14:30:46,401 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d5f26f-faa1-4774-a8ee-c4a4f6becf0b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d5f26f-faa1-4774-a8ee-c4a4f6becf0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:47,473 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:30:47,474 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1d1e8d-5db9-412f-a594-e67b910ea920', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1d1e8d-5db9-412f-a594-e67b910ea920', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:48,607 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.119s
2026-06-18 14:30:48,607 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e684755-c75a-4f8f-b7cd-7a3776142a7f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e684755-c75a-4f8f-b7cd-7a3776142a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:49,672 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.052s
2026-06-18 14:30:49,672 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07cb0d0c-ba22-419d-9216-0bce87f0c3b2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07cb0d0c-ba22-419d-9216-0bce87f0c3b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:50,747 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:30:50,747 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d8a5bb-349b-449a-8e39-65311b988f08', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d8a5bb-349b-449a-8e39-65311b988f08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:51,864 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.105s
2026-06-18 14:30:51,865 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cdf021b-d98b-4fe6-bcc7-4987c8fd162d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cdf021b-d98b-4fe6-bcc7-4987c8fd162d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:52,953 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.075s
2026-06-18 14:30:52,953 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba74528f-700a-4a81-9823-1e57b8c601a1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba74528f-700a-4a81-9823-1e57b8c601a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:54,025 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:30:54,026 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15307014-7873-45c2-8732-c9db2457262d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15307014-7873-45c2-8732-c9db2457262d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:55,109 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.071s
2026-06-18 14:30:55,109 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17e5afe8-e72a-4efd-9605-b991d93adb58', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17e5afe8-e72a-4efd-9605-b991d93adb58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:56,186 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.062s
2026-06-18 14:30:56,186 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b62099b9-4946-43ae-9088-091a79a962eb', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b62099b9-4946-43ae-9088-091a79a962eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:57,266 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.069s
2026-06-18 14:30:57,267 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee870747-7461-41f5-8a5a-17786b38c0b1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee870747-7461-41f5-8a5a-17786b38c0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:58,443 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.164s
2026-06-18 14:30:58,444 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88193d9c-7ba9-4097-9450-d266a722e61c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88193d9c-7ba9-4097-9450-d266a722e61c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:30:59,617 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.159s
2026-06-18 14:30:59,618 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:30:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3f7aaf1-4345-4ecf-89cd-3344d30fd97f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3f7aaf1-4345-4ecf-89cd-3344d30fd97f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:00,757 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.124s
2026-06-18 14:31:00,758 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9479bd-4edc-4fb9-80db-00e8e16fcc5b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9479bd-4edc-4fb9-80db-00e8e16fcc5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:01,832 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:31:01,832 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e5d4c8-b94e-47ea-a06a-383426808bb8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e5d4c8-b94e-47ea-a06a-383426808bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:02,916 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.070s
2026-06-18 14:31:02,916 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ad410e7-1370-4ed8-b951-ea82bfd22da6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ad410e7-1370-4ed8-b951-ea82bfd22da6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:04,001 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.072s
2026-06-18 14:31:04,002 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a538a7a-76b4-4219-b86d-13df6bd6cae8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a538a7a-76b4-4219-b86d-13df6bd6cae8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:05,073 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.056s
2026-06-18 14:31:05,073 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b74038-ad8b-462d-b6b2-64733656b6f3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b74038-ad8b-462d-b6b2-64733656b6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:06,136 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.052s
2026-06-18 14:31:06,136 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de3ce98e-bbfb-4647-95da-d17e32f4f415', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3ce98e-bbfb-4647-95da-d17e32f4f415', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:07,209 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.062s
2026-06-18 14:31:07,209 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b454c7-a432-4db5-8ae3-b22d1cc40dbc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b454c7-a432-4db5-8ae3-b22d1cc40dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:08,284 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:31:08,285 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e07894c-32e4-4657-b4c7-7f8e3a2e2d47', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e07894c-32e4-4657-b4c7-7f8e3a2e2d47', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:09,400 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.102s
2026-06-18 14:31:09,400 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b469fb-655b-4111-8eed-ee3668a4e7d4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b469fb-655b-4111-8eed-ee3668a4e7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:10,493 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.078s
2026-06-18 14:31:10,493 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393361df-4329-47eb-ad21-e297a7be3389', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393361df-4329-47eb-ad21-e297a7be3389', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:11,579 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.070s
2026-06-18 14:31:11,579 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94eed481-da9d-4812-a047-52ff84cf41fa', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94eed481-da9d-4812-a047-52ff84cf41fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:12,659 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.064s
2026-06-18 14:31:12,659 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4531cad4-8525-4781-8dd6-af2e0b12e51e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4531cad4-8525-4781-8dd6-af2e0b12e51e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:13,773 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.102s
2026-06-18 14:31:13,774 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8afb169b-33b4-4c40-bd85-2bd1396a7be0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8afb169b-33b4-4c40-bd85-2bd1396a7be0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:14,888 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.099s
2026-06-18 14:31:14,889 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67885a8-6d98-4a36-af61-60fe02187c77', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67885a8-6d98-4a36-af61-60fe02187c77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:15,975 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.074s
2026-06-18 14:31:15,975 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5be8ea8c-537d-4067-b736-b3fdd77e128f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5be8ea8c-537d-4067-b736-b3fdd77e128f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:17,071 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.084s
2026-06-18 14:31:17,071 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d175dd4d-c499-4461-814c-9a61ab738a85', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d175dd4d-c499-4461-814c-9a61ab738a85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:18,159 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.073s
2026-06-18 14:31:18,160 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57cb638f-d41f-4a0b-9ea3-497a1b946fe2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57cb638f-d41f-4a0b-9ea3-497a1b946fe2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:19,340 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.167s
2026-06-18 14:31:19,340 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a6e2865-8c47-483b-bcdf-431e6ec0bbff', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a6e2865-8c47-483b-bcdf-431e6ec0bbff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:20,410 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:31:20,411 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aedeb54-0a90-4902-a2d4-a75d053d64ca', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aedeb54-0a90-4902-a2d4-a75d053d64ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:21,483 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:31:21,483 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cefab2c3-3d5c-4c5e-ac78-204e18b11a7c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cefab2c3-3d5c-4c5e-ac78-204e18b11a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:22,565 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.070s
2026-06-18 14:31:22,566 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58654e3d-8bfa-42e7-ad90-eb8e7515461e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58654e3d-8bfa-42e7-ad90-eb8e7515461e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:23,643 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.065s
2026-06-18 14:31:23,643 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e70c798-0e1d-419c-9315-83dd1eb720ca', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e70c798-0e1d-419c-9315-83dd1eb720ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:24,734 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.075s
2026-06-18 14:31:24,734 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a413aa-8b39-446a-8b77-e0a245aeec62', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a413aa-8b39-446a-8b77-e0a245aeec62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:25,817 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.068s
2026-06-18 14:31:25,818 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a0604e-cc2d-4a83-a5f6-d31826c7ee45', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a0604e-cc2d-4a83-a5f6-d31826c7ee45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:26,890 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:31:26,890 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01900ec4-32b3-4d45-9912-38ec6bd219da', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01900ec4-32b3-4d45-9912-38ec6bd219da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:27,984 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.081s
2026-06-18 14:31:27,984 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971030e2-ea00-4f3a-a5e5-347fc707cb6f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971030e2-ea00-4f3a-a5e5-347fc707cb6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:29,125 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.128s
2026-06-18 14:31:29,126 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b3e4b6-dbaa-4001-81cf-7c229fea9055', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b3e4b6-dbaa-4001-81cf-7c229fea9055', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:30,211 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.070s
2026-06-18 14:31:30,212 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d73024-78a9-4bb7-8f7b-5367943c58c5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d73024-78a9-4bb7-8f7b-5367943c58c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:31,278 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.054s
2026-06-18 14:31:31,278 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6ff7ec-7dd4-43f8-850e-4bc4ca8c0b87', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6ff7ec-7dd4-43f8-850e-4bc4ca8c0b87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:32,343 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.051s
2026-06-18 14:31:32,344 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70acd8c8-6d0c-4406-99c1-62bddb245ec5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70acd8c8-6d0c-4406-99c1-62bddb245ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:33,431 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.075s
2026-06-18 14:31:33,431 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d7803c-f084-4bdc-b0dc-e2ab6030e321', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d7803c-f084-4bdc-b0dc-e2ab6030e321', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:34,526 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.080s
2026-06-18 14:31:34,526 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc78a1f-1c4c-4e55-8322-01e8ed3de0d7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc78a1f-1c4c-4e55-8322-01e8ed3de0d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:35,650 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.107s
2026-06-18 14:31:35,651 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e01f1d-76ac-4838-8cf4-aee9ddf3b615', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e01f1d-76ac-4838-8cf4-aee9ddf3b615', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:36,770 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.103s
2026-06-18 14:31:36,770 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bb8d5f-a226-4b0f-971e-b75ce9052902', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bb8d5f-a226-4b0f-971e-b75ce9052902', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:37,878 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.092s
2026-06-18 14:31:37,878 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6199926b-007f-49b4-9b8c-6b084c0f1c16', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6199926b-007f-49b4-9b8c-6b084c0f1c16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:38,968 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.077s
2026-06-18 14:31:38,968 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a036fccc-8cf8-453a-8be3-0a5ff40bb112', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a036fccc-8cf8-453a-8be3-0a5ff40bb112', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:40,054 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.076s
2026-06-18 14:31:40,055 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea114987-fc4a-4672-b0dd-31af28b63be6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea114987-fc4a-4672-b0dd-31af28b63be6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:41,160 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.091s
2026-06-18 14:31:41,161 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc94e9c-e08c-402e-8882-c3e7090e81b3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc94e9c-e08c-402e-8882-c3e7090e81b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:42,250 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.073s
2026-06-18 14:31:42,251 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66da480-b720-454e-927f-e4835ab15ab1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66da480-b720-454e-927f-e4835ab15ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:43,329 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.064s
2026-06-18 14:31:43,329 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b82fc6-bb3b-4841-bf52-ef5a5bb2bbe5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b82fc6-bb3b-4841-bf52-ef5a5bb2bbe5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:44,428 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.085s
2026-06-18 14:31:44,429 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5623daf-2aa7-4613-8106-8fedb0f650a8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5623daf-2aa7-4613-8106-8fedb0f650a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:45,495 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.054s
2026-06-18 14:31:45,495 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61e959e-caa2-49ab-b375-7e98da03e531', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61e959e-caa2-49ab-b375-7e98da03e531', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:46,597 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.091s
2026-06-18 14:31:46,598 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8292dad-c05b-4763-95d6-b7ba4a3330d2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8292dad-c05b-4763-95d6-b7ba4a3330d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:47,669 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:31:47,669 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc3f99b-e892-4653-ac56-de4501ae41b4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc3f99b-e892-4653-ac56-de4501ae41b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:48,742 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:31:48,742 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a9e5042-09a2-4ce5-9937-0592eaa393be', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a9e5042-09a2-4ce5-9937-0592eaa393be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:49,852 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.095s
2026-06-18 14:31:49,852 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758828d6-c149-4060-90e0-e0291ccc9b87', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758828d6-c149-4060-90e0-e0291ccc9b87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:50,965 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.098s
2026-06-18 14:31:50,966 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29024110-e655-48dc-a157-9a84b1bf04e6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29024110-e655-48dc-a157-9a84b1bf04e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:52,060 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.079s
2026-06-18 14:31:52,060 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d514be-a69f-464b-9bce-fcadac1327e4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d514be-a69f-464b-9bce-fcadac1327e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:53,152 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.076s
2026-06-18 14:31:53,153 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d0227c3-bb99-406b-9e89-f27cd8ba7a0b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d0227c3-bb99-406b-9e89-f27cd8ba7a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:54,273 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.103s
2026-06-18 14:31:54,273 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfdd5944-0fbc-4964-84ba-8be8d4c52c51', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfdd5944-0fbc-4964-84ba-8be8d4c52c51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:55,361 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.075s
2026-06-18 14:31:55,361 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324c089d-e228-46d2-996f-95c43a491740', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324c089d-e228-46d2-996f-95c43a491740', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:56,434 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:31:56,435 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7945d63b-9c79-4cb6-bb1e-4f83676c3b29', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7945d63b-9c79-4cb6-bb1e-4f83676c3b29', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:57,517 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.069s
2026-06-18 14:31:57,518 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c679271-65a2-424b-869f-cd6fd2bf3cae', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c679271-65a2-424b-869f-cd6fd2bf3cae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:58,599 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.068s
2026-06-18 14:31:58,599 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09f7094f-67dd-49fb-94ea-1113d6f9362a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09f7094f-67dd-49fb-94ea-1113d6f9362a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:31:59,686 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.074s
2026-06-18 14:31:59,686 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:31:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35417db9-c8a1-4633-a670-931487771998', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35417db9-c8a1-4633-a670-931487771998', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:00,752 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.054s
2026-06-18 14:32:00,753 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0f5487-f63c-4e83-a52a-5051e485375f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0f5487-f63c-4e83-a52a-5051e485375f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:01,833 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.065s
2026-06-18 14:32:01,834 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653ab95a-7be0-4687-9904-aac1ca8f8ed8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653ab95a-7be0-4687-9904-aac1ca8f8ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:02,911 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.062s
2026-06-18 14:32:02,912 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5520ecb-fb52-4330-b36b-2d03b16a1a1c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5520ecb-fb52-4330-b36b-2d03b16a1a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:03,986 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:32:03,986 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59355490-9602-47a0-aafe-d1b3fada99ee', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59355490-9602-47a0-aafe-d1b3fada99ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:05,062 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.063s
2026-06-18 14:32:05,063 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67924464-efab-4b50-bc80-6cdf20552f89', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67924464-efab-4b50-bc80-6cdf20552f89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:06,140 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.065s
2026-06-18 14:32:06,141 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c2a119b-a02c-4c2f-9143-d1f36429af27', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c2a119b-a02c-4c2f-9143-d1f36429af27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:07,215 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:32:07,216 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7ba980-48a7-4850-9048-d3995e6ae49c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7ba980-48a7-4850-9048-d3995e6ae49c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:08,310 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.076s
2026-06-18 14:32:08,311 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-435534d6-1105-41ff-93a2-b7ff3ed0e3ad', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-435534d6-1105-41ff-93a2-b7ff3ed0e3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:09,455 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.130s
2026-06-18 14:32:09,455 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab44d947-1cc5-4480-9523-9f7c1547db56', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab44d947-1cc5-4480-9523-9f7c1547db56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:10,518 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.049s
2026-06-18 14:32:10,519 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103f0954-c86a-4f9a-9d53-a0dafb4a0162', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103f0954-c86a-4f9a-9d53-a0dafb4a0162', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:11,662 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.127s
2026-06-18 14:32:11,662 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad54f3cc-cf40-4acb-a652-1e5ad7b3a0cf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad54f3cc-cf40-4acb-a652-1e5ad7b3a0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:12,741 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.064s
2026-06-18 14:32:12,743 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f49cc8-91c8-4b22-b2a3-a18693df29ed', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f49cc8-91c8-4b22-b2a3-a18693df29ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:13,867 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.107s
2026-06-18 14:32:13,868 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b26d3f-1c9f-484d-8e1a-b4d8d284c4fc', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b26d3f-1c9f-484d-8e1a-b4d8d284c4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:14,999 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.115s
2026-06-18 14:32:15,000 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8f9bb8-4fe0-4bfa-84df-ed563415a23e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8f9bb8-4fe0-4bfa-84df-ed563415a23e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:16,186 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.170s
2026-06-18 14:32:16,186 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5de71fe4-d6d5-4921-bb72-e557b80d5a85', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5de71fe4-d6d5-4921-bb72-e557b80d5a85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:17,267 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.064s
2026-06-18 14:32:17,267 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c895d1c3-1296-4b25-97e8-027b4511c3c5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c895d1c3-1296-4b25-97e8-027b4511c3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:18,349 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.069s
2026-06-18 14:32:18,349 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b88516a3-49e6-4b0a-8456-658dc19d2aaa', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b88516a3-49e6-4b0a-8456-658dc19d2aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:19,490 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.121s
2026-06-18 14:32:19,490 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d16dfc7-d68f-4f2b-b46d-6c8bc656b69c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d16dfc7-d68f-4f2b-b46d-6c8bc656b69c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:20,619 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.112s
2026-06-18 14:32:20,619 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c263aae-13c2-49ac-9dc1-146e57765708', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c263aae-13c2-49ac-9dc1-146e57765708', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:21,751 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.115s
2026-06-18 14:32:21,751 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bfd745-c193-4c47-b32d-053784ec7069', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6bfd745-c193-4c47-b32d-053784ec7069', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:22,844 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.072s
2026-06-18 14:32:22,845 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ff653a-e338-4b83-9ef8-26eb62a0bdc9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ff653a-e338-4b83-9ef8-26eb62a0bdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:23,954 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.094s
2026-06-18 14:32:23,954 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c05e6a-e3fd-4214-8125-bdf9c499771b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c05e6a-e3fd-4214-8125-bdf9c499771b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:25,041 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.071s
2026-06-18 14:32:25,041 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e84d0e-9bbb-4571-abc7-f7214013431d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e84d0e-9bbb-4571-abc7-f7214013431d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:26,105 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.052s
2026-06-18 14:32:26,106 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f7dc1c9-b2f0-4c2e-a62f-a7170392e5e1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f7dc1c9-b2f0-4c2e-a62f-a7170392e5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:27,209 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.089s
2026-06-18 14:32:27,209 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e48210-4881-4395-aeab-d1aabb3caea8', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e48210-4881-4395-aeab-d1aabb3caea8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:28,284 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:32:28,285 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef15637-ce94-4bc9-9b6e-2d7c9719a916', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef15637-ce94-4bc9-9b6e-2d7c9719a916', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:29,354 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.055s
2026-06-18 14:32:29,354 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0756e44-a79e-4608-b3ce-ddb0794ea2af', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0756e44-a79e-4608-b3ce-ddb0794ea2af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:30,432 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.065s
2026-06-18 14:32:30,433 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66977d7a-6408-453c-8402-f7b46abb7147', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66977d7a-6408-453c-8402-f7b46abb7147', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:31,500 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.055s
2026-06-18 14:32:31,501 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-391d163f-4173-4fd3-a9fe-b6b6ecd65fd0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-391d163f-4173-4fd3-a9fe-b6b6ecd65fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:32,570 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.058s
2026-06-18 14:32:32,571 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc89d24-4c69-4ceb-83d5-6f1a8bb55059', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc89d24-4c69-4ceb-83d5-6f1a8bb55059', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:33,685 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.102s
2026-06-18 14:32:33,685 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2470e4b7-c658-4169-a868-1dc5d1bfe803', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2470e4b7-c658-4169-a868-1dc5d1bfe803', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:34,756 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.056s
2026-06-18 14:32:34,757 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33879d41-21fd-4a00-8d70-617a7a17b082', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33879d41-21fd-4a00-8d70-617a7a17b082', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:35,870 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.101s
2026-06-18 14:32:35,870 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ddf45d-2a1c-42a3-bfec-31683cec8cb2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ddf45d-2a1c-42a3-bfec-31683cec8cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:37,015 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.131s
2026-06-18 14:32:37,016 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba0beab-1368-48b5-b515-21ecd7d74bb7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba0beab-1368-48b5-b515-21ecd7d74bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:38,147 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.116s
2026-06-18 14:32:38,148 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86d7e19f-376f-428f-a8be-61dc90aecda3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86d7e19f-376f-428f-a8be-61dc90aecda3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:39,234 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.072s
2026-06-18 14:32:39,235 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce3290f4-84f7-4c02-bb47-28a931bcc810', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce3290f4-84f7-4c02-bb47-28a931bcc810', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:40,329 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.082s
2026-06-18 14:32:40,330 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68f6bce5-081b-48ff-a0f9-88a0838dde5d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68f6bce5-081b-48ff-a0f9-88a0838dde5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:41,441 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.098s
2026-06-18 14:32:41,442 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ddce0a-5090-4a7b-b9c5-65acdef017f9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ddce0a-5090-4a7b-b9c5-65acdef017f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:42,515 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:32:42,515 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88cb12b0-dfd6-4db4-8d7b-4695e949af11', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88cb12b0-dfd6-4db4-8d7b-4695e949af11', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:43,623 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.093s
2026-06-18 14:32:43,624 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f839db-9cb7-4b78-b4f4-8d836bd7c27d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f839db-9cb7-4b78-b4f4-8d836bd7c27d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:44,738 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.097s
2026-06-18 14:32:44,739 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-622036ad-3f78-474f-9832-328566eb4f38', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-622036ad-3f78-474f-9832-328566eb4f38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:45,852 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.096s
2026-06-18 14:32:45,852 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ba290b-cdef-4184-9ede-ad7a82c37a80', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ba290b-cdef-4184-9ede-ad7a82c37a80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:47,027 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.161s
2026-06-18 14:32:47,027 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbcc6b6b-9c91-4cd6-ae93-ed1d8bc733d0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbcc6b6b-9c91-4cd6-ae93-ed1d8bc733d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:48,139 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.089s
2026-06-18 14:32:48,139 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89645c6b-20dd-4bf5-9d1f-c687678b80ec', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89645c6b-20dd-4bf5-9d1f-c687678b80ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:49,223 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.071s
2026-06-18 14:32:49,223 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4aa070c-da7b-47e8-b5fd-afc46e1b1015', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4aa070c-da7b-47e8-b5fd-afc46e1b1015', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:50,396 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.159s
2026-06-18 14:32:50,397 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f36024-5a71-464b-b03b-03cf71b1f20c', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f36024-5a71-464b-b03b-03cf71b1f20c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:51,474 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:32:51,475 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c46682-5153-47cd-ae68-2977397c3b6a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c46682-5153-47cd-ae68-2977397c3b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:52,571 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.080s
2026-06-18 14:32:52,572 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58fc061e-47fe-4597-9942-cb5514c4772d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fc061e-47fe-4597-9942-cb5514c4772d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:53,722 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.132s
2026-06-18 14:32:53,723 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58116f91-5251-44df-94a5-026b714de5f5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58116f91-5251-44df-94a5-026b714de5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:54,832 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.091s
2026-06-18 14:32:54,832 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c56c071a-4bd2-449f-bb14-8b537455714d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c56c071a-4bd2-449f-bb14-8b537455714d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:55,954 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.102s
2026-06-18 14:32:55,954 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fac528d-b237-47dc-a809-a904d37d1e6e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fac528d-b237-47dc-a809-a904d37d1e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:57,056 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.086s
2026-06-18 14:32:57,056 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62a0a74-b651-48fd-a1c2-87c7a8e81e6e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62a0a74-b651-48fd-a1c2-87c7a8e81e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:58,168 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.099s
2026-06-18 14:32:58,169 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced74f59-67d3-48c7-bf99-b1c87071cc88', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced74f59-67d3-48c7-bf99-b1c87071cc88', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:32:59,317 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.133s
2026-06-18 14:32:59,318 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac7bf6c-f093-4566-83ef-48c5fead81a5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac7bf6c-f093-4566-83ef-48c5fead81a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:00,423 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.085s
2026-06-18 14:33:00,423 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1d161d-4cdd-4f19-b075-60c2944e2368', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1d161d-4cdd-4f19-b075-60c2944e2368', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:01,496 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:33:01,496 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0886e2f-88e2-49ce-8e31-2e8d65b828b4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0886e2f-88e2-49ce-8e31-2e8d65b828b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:02,602 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.093s
2026-06-18 14:33:02,603 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330d8cf3-39ca-4abd-8514-034f639f112d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330d8cf3-39ca-4abd-8514-034f639f112d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:03,723 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.103s
2026-06-18 14:33:03,724 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d33040-6aa0-42df-b3f0-975b6ced69f2', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d33040-6aa0-42df-b3f0-975b6ced69f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:04,884 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.145s
2026-06-18 14:33:04,884 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d167cd-f115-46ae-b74c-0f25bc483a7d', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d167cd-f115-46ae-b74c-0f25bc483a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:05,958 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.057s
2026-06-18 14:33:05,959 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f701f12f-e15c-47f2-bead-a7860ee7fac5', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f701f12f-e15c-47f2-bead-a7860ee7fac5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:07,031 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.059s
2026-06-18 14:33:07,032 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e821b54e-6660-41e2-98a8-555729421aa6', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e821b54e-6660-41e2-98a8-555729421aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:08,094 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.051s
2026-06-18 14:33:08,094 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cb7871-cf28-457a-be2a-8dbaa26bdc62', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cb7871-cf28-457a-be2a-8dbaa26bdc62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:09,173 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.069s
2026-06-18 14:33:09,174 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f9193e-6733-42c5-adb4-514b731025f1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f9193e-6733-42c5-adb4-514b731025f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:10,296 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.107s
2026-06-18 14:33:10,296 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0138f1a8-79c7-43ab-9417-ad3d05a14643', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0138f1a8-79c7-43ab-9417-ad3d05a14643', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:11,440 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.129s
2026-06-18 14:33:11,440 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e3f629-0d93-47ea-b545-c2a980036438', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e3f629-0d93-47ea-b545-c2a980036438', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:12,532 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.080s
2026-06-18 14:33:12,533 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e83063-0ff0-4965-bdf5-a897975bf5f1', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e83063-0ff0-4965-bdf5-a897975bf5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:13,618 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.069s
2026-06-18 14:33:13,619 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a592f28b-1075-4cdd-ba36-b05100a2df19', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a592f28b-1075-4cdd-ba36-b05100a2df19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:14,717 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.084s
2026-06-18 14:33:14,717 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8ce25d-bd4f-42ff-8f20-610dafba69d3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8ce25d-bd4f-42ff-8f20-610dafba69d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:15,811 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.080s
2026-06-18 14:33:15,811 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625bad06-46e4-448d-bb05-1ae9a7d10802', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625bad06-46e4-448d-bb05-1ae9a7d10802', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:16,929 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.104s
2026-06-18 14:33:16,930 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164ce55b-ec8f-48c6-b015-d6838353c5c0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164ce55b-ec8f-48c6-b015-d6838353c5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:17,998 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.052s
2026-06-18 14:33:17,999 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ff662d-7476-4fad-9ea9-f59855bdc52b', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ff662d-7476-4fad-9ea9-f59855bdc52b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:19,076 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.061s
2026-06-18 14:33:19,077 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5b4664-b953-433a-81a6-022339dba34f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5b4664-b953-433a-81a6-022339dba34f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:20,159 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.070s
2026-06-18 14:33:20,159 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656897d8-afb6-4be3-92a6-41c183837c1f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656897d8-afb6-4be3-92a6-41c183837c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:21,224 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.052s
2026-06-18 14:33:21,225 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764e8bf4-70fd-4584-98db-e665cbe07c72', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764e8bf4-70fd-4584-98db-e665cbe07c72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:22,318 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.080s
2026-06-18 14:33:22,318 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6404365d-76a4-456c-9811-c51a92a14d2f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6404365d-76a4-456c-9811-c51a92a14d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:23,429 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.097s
2026-06-18 14:33:23,430 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-818d292f-fe45-43e0-b431-df5e04895eb9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-818d292f-fe45-43e0-b431-df5e04895eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:24,525 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.077s
2026-06-18 14:33:24,525 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a92dc9b-4259-4e85-a45f-6a7e3121e685', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a92dc9b-4259-4e85-a45f-6a7e3121e685', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:25,609 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.072s
2026-06-18 14:33:25,610 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e565e33-e5cd-4d22-a577-58e68ad7bef3', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e565e33-e5cd-4d22-a577-58e68ad7bef3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:26,705 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.078s
2026-06-18 14:33:26,706 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d2e7eb0-2bb5-4d9b-b19f-063b3dead173', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d2e7eb0-2bb5-4d9b-b19f-063b3dead173', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:27,784 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.064s
2026-06-18 14:33:27,786 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff7056e-bbc0-4589-9d07-0c4a0ceea7c7', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff7056e-bbc0-4589-9d07-0c4a0ceea7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:28,908 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.107s
2026-06-18 14:33:28,909 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22fac7a3-4309-43cb-b736-a1f7ac4377a9', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22fac7a3-4309-43cb-b736-a1f7ac4377a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:29,986 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.065s
2026-06-18 14:33:29,986 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a234d37f-7f95-4627-a4fe-e1cf7075014e', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a234d37f-7f95-4627-a4fe-e1cf7075014e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:31,060 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.060s
2026-06-18 14:33:31,060 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2cb8fa-37e4-46bc-9046-20e67424664a', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2cb8fa-37e4-46bc-9046-20e67424664a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:32,131 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.058s
2026-06-18 14:33:32,132 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-766fdd57-7df5-49c0-b888-df75a7598b31', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-766fdd57-7df5-49c0-b888-df75a7598b31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:33,238 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.092s
2026-06-18 14:33:33,239 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfaac912-4777-43e6-99ef-18cfcd4ae1e0', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfaac912-4777-43e6-99ef-18cfcd4ae1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:34,330 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.078s
2026-06-18 14:33:34,330 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-786e36d5-e485-41b4-a3d9-257c9ec10cd4', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-786e36d5-e485-41b4-a3d9-257c9ec10cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:35,427 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.082s
2026-06-18 14:33:35,427 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-806f05c1-b350-4584-adab-047efba844bf', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-806f05c1-b350-4584-adab-047efba844bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:36,514 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.072s
2026-06-18 14:33:36,515 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82135226-8be1-4508-9ce2-664b2dc2db45', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82135226-8be1-4508-9ce2-664b2dc2db45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:37,601 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597 0.072s
2026-06-18 14:33:37,602 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43aae9e9-a6d9-4548-9c38-3354d691871f', 'content-length': '1148', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43aae9e9-a6d9-4548-9c38-3354d691871f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597'}
Body: b'{"volume": {"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T12:25:52.000000", "updated_at": "2026-06-18T12:26:56.000000", "name": "tempest-ServerActionsTestOtherA-volume-1372653690", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.143/volume/v3/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}, {"rel": "bookmark", "href": "http://192.168.122.143/volume/volumes/3bf88dee-2c59-4ca0-a30a-aa60d7459597"}], "user_id": "9471794f470a45c09b425285776de344", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "attachment_id": "a2130440-3da8-4233-80fd-b8b7073eef4d", "volume_id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597", "server_id": "8fc7adef-75df-4220-a359-33cebc6ed739", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-18T12:26:55.000000"}], "os-vol-tenant-attr:tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb"}}'
2026-06-18 14:33:37,881 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.266s
2026-06-18 14:33:37,881 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:37 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-3d2cd58b-8ab2-49f4-a911-79c1088f346a', 'x-compute-request-id': 'req-3d2cd58b-8ab2-49f4-a911-79c1088f346a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b''
2026-06-18 14:33:38,984 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 1.101s
2026-06-18 14:33:38,984 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1820', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ee9a98-feb0-4c5a-84fb-a84d0fc2b911', 'x-compute-request-id': 'req-d0ee9a98-feb0-4c5a-84fb-a84d0fc2b911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "ERROR", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:33:38Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T12:27:02Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:33:40,569 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739 0.569s
2026-06-18 14:33:40,570 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1820', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67b4889-87c2-4418-866a-7f8a3cb0c4cf', 'x-compute-request-id': 'req-d67b4889-87c2-4418-866a-7f8a3cb0c4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherA-506919121-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}, {"version": 4, "addr": "172.24.4.216", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:75:01"}]}, "created": "2026-06-18T12:25:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/flavors/42"}]}, "hostId": "a6354028447588d2f6bb0b9b926d7ba3674512193c69de73243967d6", "id": "8fc7adef-75df-4220-a359-33cebc6ed739", "image": {"id": "d4a83028-9ecd-4a3c-84ce-3d8976944d3d", "links": [{"rel": "bookmark", "href": "http://192.168.122.143/compute/images/d4a83028-9ecd-4a3c-84ce-3d8976944d3d"}]}, "links": [{"rel": "self", "href": "http://192.168.122.143/compute/v2.1/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}, {"rel": "bookmark", "href": "http://192.168.122.143/compute/servers/8fc7adef-75df-4220-a359-33cebc6ed739"}], "metadata": {"rebuild": "server"}, "name": "tempest-ServerActionsTestOtherA-server-269871402", "status": "ERROR", "tenant_id": "704bac44a33b4cbe9864d5a1deb2efcb", "user_id": "9471794f470a45c09b425285776de344", "updated": "2026-06-18T12:33:40Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T12:27:02Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-610679384", "OS-SRV-USG:launched_at": "2026-06-18T12:26:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--974631520"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "3bf88dee-2c59-4ca0-a30a-aa60d7459597"}]}}'
2026-06-18 14:33:40,640 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://192.168.122.143/compute/v2.1/os-keypairs/tempest-keypair-610679384 0.054s
2026-06-18 14:33:40,640 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:40 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-4ad60a6e-9b5b-4887-97ad-20d91de14992', 'x-compute-request-id': 'req-4ad60a6e-9b5b-4887-97ad-20d91de14992', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.143/compute/v2.1/os-keypairs/tempest-keypair-610679384'}
Body: b''
2026-06-18 14:33:42,215 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.143/networking/v2.0/security-groups/ce8cdc12-2c98-42ec-b79c-fed919d45158 1.573s
2026-06-18 14:33:42,216 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f2a0b2df-7cff-4c03-9431-6818e8c1b09b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.143/networking/v2.0/security-groups/ce8cdc12-2c98-42ec-b79c-fed919d45158'}
Body: b''
2026-06-18 14:33:42,809 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://192.168.122.143/networking/v2.0/security-groups/ce8cdc12-2c98-42ec-b79c-fed919d45158 0.593s
2026-06-18 14:33:42,810 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-9809b200-4ac4-40ce-b3a2-6848d8f6d4f1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.143/networking/v2.0/security-groups/ce8cdc12-2c98-42ec-b79c-fed919d45158'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ce8cdc12-2c98-42ec-b79c-fed919d45158 does not exist", "detail": ""}}'
2026-06-18 14:33:46,248 91964 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://192.168.122.143/networking/v2.0/floatingips/268129a9-a74e-4cd5-ad02-87bc3c8a213c 3.437s
2026-06-18 14:33:46,248 91964 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 12:33:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-122ca59d-311b-4707-8b34-6fb74c798e36', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.143/networking/v2.0/floatingips/268129a9-a74e-4cd5-ad02-87bc3c8a213c'}
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 498, 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 8fc7adef-75df-4220-a359-33cebc6ed739 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 702, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 243, 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 8fc7adef-75df-4220-a359-33cebc6ed739 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 3bf88dee-2c59-4ca0-a30a-aa60d7459597 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 8fc7adef-75df-4220-a359-33cebc6ed739 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-06-18T12:27:02Z', '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 8fc7adef-75df-4220-a359-33cebc6ed739 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-18T12:27:02Z', '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
pt2.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
pt2.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
pt3.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
pt3.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
pt4.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
pt4.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
pt5.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
pt5.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| 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
pt7.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
pt7.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
pt8.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
pt8.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
pt8.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
pt8.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
pt9.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
pt9.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
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt10.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
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication.VolumeReplicationTest)
|
||||||
VolumeReplicationTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication.VolumeReplicationTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationNegativeTest) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative.VolumeReplicationNegativeTest)
|
||||||
VolumeReplicationNegativeTest) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative.VolumeReplicationNegativeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt14.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
pt15.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt15.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 | |
ProjectAdminTests39) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectReaderTests39) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectMemberTests33) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectMemberTests39) |
skip
pt16.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt16.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests33) |
skip
pt16.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt17.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt18.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 | |
ProjectAdminTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt19.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
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt20.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 | |
VolumeTypesAdminTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt21.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt21.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt21.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt22.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
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt23.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
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt24.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
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt25.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_replication | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationTest) |
skip
pt26.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_replication.VolumeReplicationTest)
|
||||||
VolumeReplicationTest) |
skip
pt26.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_replication.VolumeReplicationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt27.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt27.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt27.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
pt28.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
pt29.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
pt30.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
pt31.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
pt32.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
pt33.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt33.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
pt34.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
pt35.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt35.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt36.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt37.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_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_server_rescue_negative.ServerRescueNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt42.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
pt43.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
pt43.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt44.1: 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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt47.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
pt48.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.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
pt57.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
pt58.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt81.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
pt81.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
pt82.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
pt82.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
pt83.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
pt84.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.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
pt90.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt93.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
pt94.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt100.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
pt101.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
pt102.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
pt103.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
pt104.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
pt105.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 310 | 247 | 1 | 0 | 62 | ||